aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-08-03hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth1-8/+8
2023-08-03hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth1-0/+5
2023-08-03vhost: fix the fd leakLi Feng1-0/+2
2023-08-03pci: do not respond config requests after PCI device ejectYuri Benditovich1-2/+13
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek1-1/+1
2023-08-03hw/virtio: qmp: add RING_RESET to 'info virtio-status'David Edmondson1-0/+2
2023-08-03acpi: x86: remove _ADR on host bridgesIgor Mammedov1-3/+0
2023-08-03x86: acpi: workaround Windows not handling name references in Package properlyIgor Mammedov1-2/+6
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal1-0/+7
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger1-3/+5
2023-08-03hw/pci-bridge/cxl_upstream.c: Use g_new0() in build_cdat_table()Peter Maydell1-4/+1
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger1-1/+3
2023-08-02Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson2-6/+13
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil1-2/+2
2023-08-01hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse1-2/+9
2023-08-01hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-08-01xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering1-3/+4
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell3-8/+8
2023-08-01xen-block: Avoid leaks on new error pathAnthony PERARD1-5/+6
2023-08-01hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse1-1/+11
2023-07-30hw/nvme: use stl/ldl pci dma apiKlaus Jensen1-29/+13
2023-07-26Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Richard Henderson2-2/+2
2023-07-25hw/usb/canokey: change license to GPLv2+Hongren (Zenithal) Zheng2-2/+2
2023-07-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell20-30/+35
2023-07-25Merge tag 'misc-fixes-20230725' of https://github.com/philmd/qemu into stagingPeter Maydell3-3/+11
2023-07-25hw/pci: add comment to explain checking for available function 0 in pci hotplugAni Sinha1-3/+8
2023-07-25hw/9pfs: spelling fixesMichael Tokarev6-10/+10
2023-07-25other architectures: spelling fixesMichael Tokarev5-8/+8
2023-07-25arm: spelling fixesMichael Tokarev7-8/+8
2023-07-25s390x: spelling fixesMichael Tokarev1-1/+1
2023-07-25hw/char/escc: Implement loopback modeThomas Huth1-1/+3
2023-07-25hw/mips: Improve the default USB settings in the loongson3-virt machineThomas Huth1-1/+1
2023-07-25hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllersBernhard Beschow1-1/+7
2023-07-25hw/arm/smmu: Handle big-endian hosts correctlyPeter Maydell2-10/+32
2023-07-19Merge tag 'pull-riscv-to-apply-20230719-1' of https://github.com/alistair23/q...Peter Maydell1-2/+2
2023-07-19Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell1-5/+13
2023-07-19hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen1-5/+13
2023-07-19hw/riscv: Fix typo field in error_reportZhao Liu1-2/+2
2023-07-18s390x: Fix QEMU abort by selecting S390_FLIC_KVMCédric Le Goater2-1/+1
2023-07-17Merge tag 'pull-target-arm-20230717' of https://git.linaro.org/people/pmaydel...Richard Henderson2-2/+10
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim1-6/+6
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim1-0/+5
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau1-7/+9
2023-07-17hw/nvram: Avoid unnecessary Xilinx eFuse backstore writeTong Ho1-2/+9
2023-07-17hw/arm/sbsa-ref: set 'slots' property of xhciYuquan Wang1-0/+1
2023-07-15Merge tag 'pull-tpm-2023-07-14-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson1-1/+0
2023-07-14hw/tpm: TIS on sysbus: Remove unsupport ppi command line optionStefan Berger1-1/+0
2023-07-14scsi: clear unit attention only for REPORT LUNS commandsStefano Garzarella1-23/+11
2023-07-14scsi: cleanup scsi_clear_unit_attention()Stefano Garzarella1-22/+6
2023-07-14scsi: fetch unit attention when creating the requestStefano Garzarella1-3/+33