summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-08-05vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan
2023-08-04hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth
2023-08-04hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth
2023-08-04hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth
2023-08-04hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth
2023-08-04hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth
2023-08-04pci: do not respond config requests after PCI device ejectYuri Benditovich
2023-08-04virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi
2023-08-04vhost: fix the fd leakLi Feng
2023-08-04hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger
2023-08-04hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse
2023-08-04xen-block: Avoid leaks on new error pathAnthony PERARD
2023-07-31hw/arm/smmu: Handle big-endian hosts correctlyPeter Maydell
2023-07-31virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-31vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-31virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov
2023-07-31hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen
2023-07-31hw/ide/piix: properly initialize the BMIBA registerOlaf Hering
2023-07-31vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon
2023-07-17hw/ppc: Fix clock update driftNicholas Piggin
2023-07-09virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier
2023-06-30vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry pathShameer Kolothum
2023-06-30vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan
2023-06-30target/ppc: Fix decrementer time underflow and infinite timer loopNicholas Piggin
2023-06-30vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier
2023-06-28Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"Markus Armbruster
2023-06-28virtio-gpu: Make non-gl display updates work again when blob=trueVivek Kasireddy
2023-06-26vhost: release virtqueue objects in error pathPrasad Pandit
2023-06-26vhost: release memory_listener object in error pathPrasad Pandit
2023-06-26target/hppa: Provide qemu version via fw_cfg to firmwareHelge Deller
2023-06-26target/hppa: Fix OS reboot issuesHelge Deller
2023-06-22hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loopPeter Maydell
2023-06-22hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1Peter Maydell
2023-06-16aspeed/hace: Initialize g_autofree pointerCédric Le Goater
2023-06-14hw/riscv: qemu crash when NUMA nodes exceed available CPUsYin Wang
2023-06-11hw/remote: Fix vfu_cfg trace offset formatMattias Nissler
2023-06-089pfs: prevent opening special files (CVE-2023-2861)Christian Schoenebeck
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse
2023-06-07hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse
2023-06-07hw/mips/malta: Fix the malta machine on big endian hostsThomas Huth
2023-05-31hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs numberClément Chigot
2023-05-31hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu
2023-05-31hw/ppc/prep: Fix wiring of PIC -> CPU interruptBernhard Beschow
2023-05-27virtio: qmp: fix memory leakPaolo Bonzini
2023-05-26machine: do not crash if default RAM backend name has been stolenIgor Mammedov
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth
2023-05-26usb/ohci: Set pad to 0 after frame updatePaolo Bonzini
2023-05-24rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi
2023-05-24igb: Always copy ethernet headerAkihiko Odaki
2023-05-24e1000e: Always copy ethernet headerAkihiko Odaki