aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-05-19hw/pci-host/q35: Inline sysbus_add_io()Bernhard Beschow
2023-05-19hw/pci-host/i440fx: Inline sysbus_add_io()Bernhard Beschow
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu
2023-05-19vhost-vdpa: Add check for full 64-bit in region deleteCindy Lu
2023-05-19vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()Cindy Lu
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu
2023-05-19virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_requestMauro Matteo Cascella
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio PĂ©rez
2023-05-19vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand
2023-05-19virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64David Hildenbrand
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-19vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi
2023-05-19pci: pci_add_option_rom(): refactor: use g_autofree for path variableVladimir Sementsov-Ogievskiy
2023-05-19pci: pci_add_option_rom(): improve styleVladimir Sementsov-Ogievskiy
2023-05-19ACPI: i386: bump to MADT to revision 3Eric DeVolder
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price
2023-05-19hw/mem: Use memory_region_size() in cxl_type3Jonathan Cameron
2023-05-19hw/cxl: Fix incorrect reset of commit and associated clearing of committed.Jonathan Cameron
2023-05-19hw/cxl: Fix endian handling for decoder commit.Jonathan Cameron
2023-05-19hw/cxl: drop pointless memory_region_transaction_guardsJonathan Cameron
2023-05-19hw/cxl: cdat: Fix failure to free buffer in erorr pathsJonathan Cameron
2023-05-19hw/cxl: cdat: Fix open file not closed in ct3_load_cdat()Hao Zeng
2023-05-19vhost: fix possible wrap in SVQ descriptor ringHawkins Jiawei
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-18hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'Peter Maydell
2023-05-18sbsa-ref: use Bochs graphics card instead of VGAMarcin Juszkiewicz
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-05-18sbsa-ref: switch default cpu core to Neoverse-N1Marcin Juszkiewicz
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini
2023-05-16Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson
2023-05-169pfs/xen: Fix segfault on shutdownJason Andryuk
2023-05-16hw/net: Move xilinx_ethlite.c to the target-independent source setThomas Huth
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron
2023-05-15Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-05-15virtio-blk: add some trace events for zoned emulationSam Li
2023-05-15block: add accounting for zone append operationSam Li
2023-05-15virtio-blk: add zoned storage emulation for zoned devicesSam Li
2023-05-15hw/intc: Add NULL pointer check on LoongArch ipi deviceSong Gao
2023-05-15hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao
2023-05-15hw/loongarch/virt: Modify ipi as percpu deviceSong Gao
2023-05-15loongarch: mark loongarch_ipi_iocsr re-entrnacy safeAlexander Bulekov
2023-05-12hw/mips/malta: Fix minor dead code issuePeter Maydell
2023-05-10Merge tag 'pull-testing-updates-100523-1' of https://gitlab.com/stsquad/qemu ...Richard Henderson
2023-05-10hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi