aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-09-14hw/intc/arm_gic: fix spurious level triggered interruptsJan Klötzke
2024-09-12hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang
2024-09-12hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue
2024-08-11hw/sd/sdhci: Reset @data_count index on invalid ADMA transfersPhilippe Mathieu-Daudé
2024-08-06virtio-net: Fix network stall at the host side waiting for kickthomas
2024-08-06virtio-net: Ensure queue index fits with RSSAkihiko Odaki
2024-08-02hw/arm/mps2-tz.c: fix RX/TX interrupts orderMarco Palumbi
2024-08-02hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()Peter Maydell
2024-08-02hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTEPeter Maydell
2024-08-02hw/char/bcm2835_aux: Fix assert when receive FIFO fills upFrederik van Hövell
2024-07-24hw/intc/loongson_ipi: Access memory in little endianBibo Mao
2024-07-24target/i386: do not crash if microvm guest uses SGX CPUID leavesPaolo Bonzini
2024-07-24intel_iommu: fix FRCD construction macroClément Mathieu--Drif
2024-07-24hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw propertyZhao Liu
2024-07-23hw/nvme: fix memory leak in nvme_dsmZheyu Ma
2024-07-05virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella
2024-06-20stdvga: fix screen blankingGerd Hoffmann
2024-06-11virtio-net: drop too short packets earlyAlexey Dobriyan
2024-06-05hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang
2024-05-30hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>Andrey Shumilin
2024-05-10hw/remote/vfio-user: Fix config space access byte orderMattias Nissler
2024-05-02hw/arm/npcm7xx: Store derivative OTP fuse key in little endianPhilippe Mathieu-Daudé
2024-05-02hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fieldsAlexandra Diupina
2024-04-16ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.Harsh Prateek Bora
2024-04-16ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.Harsh Prateek Bora
2024-04-10hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-10hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer
2024-04-09hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu
2024-04-09hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabledPeter Maydell
2024-04-09virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki
2024-04-09hw/scsi/scsi-generic: Fix io_timeout property not applyingLorenz Brun
2024-03-14hmat acpi: Fix out of bounds access due to missing use of indirectionJonathan Cameron
2024-03-14pcie_sriov: Validate NumVFsAkihiko Odaki
2024-03-14hw/nvme: Use pcie_sriov_num_vfs()Akihiko Odaki
2024-03-14pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki
2024-03-14hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen
2024-03-14hw/nvme: generalize the mbar size helperKlaus Jensen
2024-03-14hw/nvme: separate 'serial' property for VFsMinwoo Im
2024-03-14hw/nvme: cleanup error reporting in nvme_init_pci()Klaus Jensen
2024-03-14hw/nvme: clean up confusing use of errp/local_errKlaus Jensen