aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-01-06KVM: remove support for kernel-irqchip=offPaolo Bonzini
2023-01-06ide: Add 8-bit data modeLubomir Rintel
2023-01-06hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé
2023-01-06typedefs: Forward-declare AccelStatePhilippe Mathieu-Daudé
2022-12-23qemu/xattr.h: Exclude <sys/xattr.h> for WindowsBin Meng
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé
2022-12-21hw/ppc/vof: Do not include the full "cpu.h"Philippe Mathieu-Daudé
2022-12-21hw/sd/sdhci: Support big endian SD host controller interfacesPhilippe Mathieu-Daudé
2022-12-21Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-21remove DEC 21154 PCI bridgeIgor Mammedov
2022-12-21include/hw: attempt to document VirtIO feature variablesAlex Bennée
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez
2022-12-21vdpa: add vdpa-dev supportLongpeng
2022-12-21virtio: get class_id and pci device id by the virtio idLongpeng
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson
2022-12-20util: Add interval-tree.cRichard Henderson
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-12-18Merge tag 'pull-loongarch-20221215' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2022-12-17Merge tag 'pull-target-arm-20221216' of https://git.linaro.org/people/pmaydel...Peter Maydell
2022-12-16hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase resetPeter Maydell
2022-12-16pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase resetPeter Maydell
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell
2022-12-16hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase resetPeter Maydell
2022-12-16hw: Remove device_legacy_reset()Peter Maydell
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell
2022-12-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2022-12-15Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito
2022-12-15clang-tsa: Add macros for shared locksKevin Wolf
2022-12-15clang-tsa: Add TSA_ASSERT() macroKevin Wolf
2022-12-15Import clang-tsa.hKevin Wolf
2022-12-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito