aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-06-20stdvga: fix screen blankingGerd Hoffmann1-0/+7
2024-06-20hw/audio/virtio-snd: Always use little endian audio formatPhilippe Mathieu-Daudé1-1/+1
2024-06-11virtio-net: drop too short packets earlyAlexey Dobriyan1-6/+12
2024-06-05hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang1-4/+4
2024-05-30hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>Andrey Shumilin1-2/+2
2024-05-27hw/loongarch/virt: Fix FDT memory node address widthJiaxun Yang1-1/+2
2024-05-27hw/loongarch: Fix fdt memory node wrong 'reg'Song Gao1-1/+1
2024-05-27hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1Fiona Ebner1-3/+3
2024-05-13hw/remote/vfio-user: Fix config space access byte orderMattias Nissler1-2/+2
2024-05-13hw/loongarch/virt: Fix memory leakSong Gao1-2/+1
2024-05-02hw/arm/npcm7xx: Store derivative OTP fuse key in little endianPhilippe Mathieu-Daudé1-1/+2
2024-05-02hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fieldsAlexandra Diupina1-10/+10
2024-05-02hw/ufs: Fix buffer overflow bugJeuk Kim1-0/+8
2024-04-16ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.Harsh Prateek Bora1-6/+3
2024-04-16ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.Harsh Prateek Bora1-2/+4
2024-04-16hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI busBALATON Zoltan1-7/+4
2024-04-16hw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan1-1/+2
2024-04-15virtio-pci: fix use of a released vectorCindy Lu1-2/+35
2024-04-10hw/audio/virtio-snd: Remove unused assignmentPhilippe Mathieu-Daudé1-2/+6
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé1-0/+4
2024-04-10hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé1-0/+8
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé1-1/+15
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé1-3/+9
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé1-0/+1
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé1-1/+7
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé1-4/+10
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé1-13/+22
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+2
2024-04-10hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+1
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-4/+2
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé1-0/+10
2024-04-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis1-75/+62
2024-04-09virtio-snd: Enhance error handling for invalid transfersZheyu Ma1-4/+4
2024-04-09vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx6344498001-0/+7
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer1-2/+10
2024-04-09block/virtio-blk: Fix memory leak from virtio_blk_zone_reportZheyu Ma1-1/+2
2024-04-03hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu1-0/+4
2024-04-02hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabledPeter Maydell1-2/+2
2024-03-31hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki1-0/+1
2024-03-31virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki1-2/+2
2024-03-27target/riscv/kvm: fix timebase-frequency when using KVM accelerationYong-Xuan Wang1-0/+2
2024-03-27hw/intc: Update APLIC IDC after claiming iforce registerFrank Chang1-0/+1
2024-03-27hw/scsi/scsi-generic: Fix io_timeout property not applyingLorenz Brun1-1/+0
2024-03-27vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf5-9/+45
2024-03-13hw/audio/virtio-sound: return correct command response sizeVolker Rümelin1-2/+5
2024-03-13hmat acpi: Fix out of bounds access due to missing use of indirectionJonathan Cameron1-1/+5
2024-03-13pcie_sriov: Validate NumVFsAkihiko Odaki1-0/+3
2024-03-13hw/nvme: Use pcie_sriov_num_vfs()Akihiko Odaki1-18/+8
2024-03-13hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen3-15/+38
2024-03-13hw/nvme: generalize the mbar size helperKlaus Jensen1-12/+16