aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-04-04hw/arm/exynos4210: Drop Exynos4210Irq structPeter Maydell
2022-04-04hw/arm/exynos4210: Put combiners into state structPeter Maydell
2022-04-04hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()Peter Maydell
2022-04-04hw/arm/exynos4210: Don't connect multiple lines to external GIC inputsPeter Maydell
2022-04-04hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()Peter Maydell
2022-04-04hw/arm/exynos4210: Delete unused macro definitionsPeter Maydell
2022-04-04hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.cPeter Maydell
2022-04-04hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq structPeter Maydell
2022-04-04hw/arm/exynos4210: Put external GIC into state structPeter Maydell
2022-04-04hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.cPeter Maydell
2022-04-04hw/arm/exynos4210: Coalesce board_irqs and irq_tablePeter Maydell
2022-04-01hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq structPeter Maydell
2022-04-01hw/arm/exynos4210: Put a9mpcore device into state structPeter Maydell
2022-04-01hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate devicePeter Maydell
2022-03-29main-loop: Disable GLOBAL_STATE_CODE() assertionsHanna Reitz
2022-03-29main-loop: Disable block backend global state assertion on CocoaPhilippe Mathieu-Daudé
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-03-22error: use GLib to remember the program nameMarc-André Lureau
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau
2022-03-22Move HOST_LONG_BITS to compiler.hMarc-André Lureau
2022-03-22Simplify HOST_LONG_BITSMarc-André Lureau
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-21softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERRORPhilippe Mathieu-Daudé
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP CRFEdgar E. Iglesias
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias
2022-03-18hw/arm/xlnx-zynqmp: Add an unimplemented SERDES areaEdgar E. Iglesias
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé
2022-03-15Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-03-15Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingPeter Maydell
2022-03-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-15osdep: Avoid using Clang-specific __builtin_available()Philippe Mathieu-Daudé
2022-03-15Merge tag 'pull-ppc-20220314' of https://github.com/legoater/qemu into stagingPeter Maydell
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2022-03-15kvm-irqchip: introduce new API to support route changeLongpeng(Mike)
2022-03-15ui/dbus: fix texture sharingMarc-André Lureau
2022-03-15vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez
2022-03-15vdpa: Add custom IOTLB translations to SVQEugenio Pérez
2022-03-15util: add iova_tree_find_iovaEugenio Pérez
2022-03-15util: Add iova_tree_alloc_mapEugenio Pérez
2022-03-15vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez
2022-03-14ppc/pnv: Remove user-created PHB{3,4,5} devicesCédric Le Goater
2022-03-14ppc/pnv: Introduce a pnv-phb5 device to match root portFrederic Barrat
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau