aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2023-05-22hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-17s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda
2023-05-10hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-03-24hw/block: replace TABs with spaceYeqi Fu
2023-03-24hw/ide: replace TABs with spaceYeqi Fu
2023-03-22include/qemu: Split out plugin-event.hRichard Henderson
2023-03-20replace TABs with spacesYeqi Fu
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-03-10Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-10pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki
2023-03-10fsl_etsec: Use hw/net/mii.hAkihiko Odaki
2023-03-10hw/net: Add more MII definitionsAkihiko Odaki
2023-03-09Merge tag 'vfio-updates-20230307.1' of https://gitlab.com/alex.williamson/qem...Peter Maydell
2023-03-09Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell
2023-03-07hw/pxb-cxl: Support passthrough HDM Decoders unless overriddenJonathan Cameron
2023-03-07hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé
2023-03-07vfio/migration: Rename entry pointsAlex Williamson
2023-03-07hw/mem/cxl_type3: Add CXL RAS Error Injection Support.Jonathan Cameron
2023-03-07hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron
2023-03-07hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov
2023-03-07pci: fix 'hotplugglable' property behaviorIgor Mammedov
2023-03-07vdpa net: block migration if the device has CVQEugenio Pérez
2023-03-07vdpa: move vhost reset after get vring baseEugenio Pérez
2023-03-07vdpa: add vhost_vdpa->suspended parameterEugenio Pérez
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07include/hw/i386: Clean up includes in x86.hThomas Huth
2023-03-07Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...Peter Maydell
2023-03-06hw/riscv/virt: Enable basic ACPI infrastructureSunil V L
2023-03-06hw/riscv/virt: Add memmap pointer to RiscVVirtStateSunil V L
2023-03-06hw/riscv/virt: Add a switch to disable ACPISunil V L
2023-03-06hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fieldsSunil V L
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao