aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-08-22hw/gpio/nrf51: implement DETECT signalChris Laplante1-1/+13
2023-08-11Merge tag 'pull-riscv-to-apply-20230811-3' of https://github.com/alistair23/q...Richard Henderson1-7/+13
2023-08-11hw/riscv/virt.c: change 'aclint' TCG checkDaniel Henrique Barboza1-7/+13
2023-08-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2-1/+2
2023-08-11pci: Fix the update of interrupt disable bit in PCI_COMMAND registerGuoyi Tu1-1/+1
2023-08-11hw/pci-host: Allow extended config space access for Designware PCIe hostJason Chien1-0/+1
2023-08-09hw/nvme: fix null pointer access in ruh updateKlaus Jensen1-1/+7
2023-08-09hw/nvme: fix null pointer access in directive receiveKlaus Jensen1-1/+1
2023-08-08hw/nvme: fix CRC64 for guard tagAnkit Kumar1-2/+2
2023-08-07Merge tag 'fixes-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Richard Henderson3-11/+54
2023-08-07Merge tag 'trivial-patches-pull' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson2-2/+2
2023-08-07hw/i386/vmmouse:add relative packet flag for button statusZongmin Zhou1-3/+12
2023-08-07virtio-gpu: reset gfx resources in main threadMarc-André Lureau1-7/+31
2023-08-07virtio-gpu: free BHs, by implementing unrealizeMarc-André Lureau2-1/+11
2023-08-07hw/i2c: Fix bitbang_i2c_data trace eventBALATON Zoltan2-2/+2
2023-08-07hw/nvme: fix compliance issue wrt. iosqes/iocqesKlaus Jensen3-36/+20
2023-08-07hw/nvme: fix oob memory read in fdp events logKlaus Jensen1-0/+5
2023-08-04ppc/pegasos2: Fix reg property of 64 bit BARs in device treeBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix naming of device tree nodesBALATON Zoltan1-0/+8
2023-08-04ppc/pegasos2: Fix reg property of ROM BARsBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix reset state of USB functionsBALATON Zoltan1-0/+4
2023-08-03virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi1-0/+5
2023-08-03hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth1-1/+1
2023-08-03hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth1-1/+1
2023-08-03hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth1-0/+9
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