aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-08-22accel/kvm: Use negative KVM type for error propagationAkihiko Odaki
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-08-22hw/gpio/nrf51: implement DETECT signalChris Laplante
2023-08-11Merge tag 'pull-riscv-to-apply-20230811-3' of https://github.com/alistair23/q...Richard Henderson
2023-08-11hw/riscv/virt.c: change 'aclint' TCG checkDaniel Henrique Barboza
2023-08-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-08-11pci: Fix the update of interrupt disable bit in PCI_COMMAND registerGuoyi Tu
2023-08-11hw/pci-host: Allow extended config space access for Designware PCIe hostJason Chien
2023-08-09hw/nvme: fix null pointer access in ruh updateKlaus Jensen
2023-08-09hw/nvme: fix null pointer access in directive receiveKlaus Jensen
2023-08-08hw/nvme: fix CRC64 for guard tagAnkit Kumar
2023-08-07Merge tag 'fixes-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Richard Henderson
2023-08-07Merge tag 'trivial-patches-pull' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson
2023-08-07hw/i386/vmmouse:add relative packet flag for button statusZongmin Zhou
2023-08-07virtio-gpu: reset gfx resources in main threadMarc-André Lureau
2023-08-07virtio-gpu: free BHs, by implementing unrealizeMarc-André Lureau
2023-08-07hw/i2c: Fix bitbang_i2c_data trace eventBALATON Zoltan
2023-08-07hw/nvme: fix compliance issue wrt. iosqes/iocqesKlaus Jensen
2023-08-07hw/nvme: fix oob memory read in fdp events logKlaus Jensen
2023-08-04ppc/pegasos2: Fix reg property of 64 bit BARs in device treeBALATON Zoltan
2023-08-04ppc/pegasos2: Fix naming of device tree nodesBALATON Zoltan
2023-08-04ppc/pegasos2: Fix reg property of ROM BARsBALATON Zoltan
2023-08-04ppc/pegasos2: Fix reset state of USB functionsBALATON Zoltan
2023-08-03virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi
2023-08-03hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth
2023-08-03hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth
2023-08-03hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth
2023-08-03hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth
2023-08-03hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth
2023-08-03vhost: fix the fd leakLi Feng
2023-08-03pci: do not respond config requests after PCI device ejectYuri Benditovich
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek
2023-08-03hw/virtio: qmp: add RING_RESET to 'info virtio-status'David Edmondson
2023-08-03acpi: x86: remove _ADR on host bridgesIgor Mammedov
2023-08-03x86: acpi: workaround Windows not handling name references in Package properlyIgor Mammedov
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger
2023-08-03hw/pci-bridge/cxl_upstream.c: Use g_new0() in build_cdat_table()Peter Maydell
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger
2023-08-02Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil
2023-08-01hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse
2023-08-01hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse
2023-08-01xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell
2023-08-01xen-block: Avoid leaks on new error pathAnthony PERARD
2023-08-01hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse
2023-07-30hw/nvme: use stl/ldl pci dma apiKlaus Jensen
2023-07-26Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Richard Henderson
2023-07-25hw/usb/canokey: change license to GPLv2+Hongren (Zenithal) Zheng