aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-03-01hw/usb/bus.c: PCAP adding 0xA in Windows versionBenjamin David Lunt1-2/+3
2024-03-01hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"Thomas Huth1-6/+6
2024-02-27pl031: Update last RTCLR value on write in case it's read backJessica Clarke1-0/+1
2024-02-27hw/nvme: fix invalid endian conversionKlaus Jensen1-1/+1
2024-02-22hw/hppa/Kconfig: Fix building with "configure --without-default-devices"Thomas Huth1-0/+2
2024-02-15hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron1-1/+1
2024-02-15smmu: Clear SMMUPciBus pointer cache when system resetZhenzhong Duan1-0/+2
2024-02-15virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan1-2/+2
2024-02-14virtio-gpu: Correct virgl_renderer_resource_get_info() error checkDmitry Osipenko1-1/+1
2024-02-14hw/cxl: Pass CXLComponentState to cache_mem_opsLi Zhijian1-1/+1
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo1-6/+11
2024-02-14cxl/cdat: Fix header sum value in CDAT checksumIra Weiny1-2/+7
2024-02-14cxl/cdat: Handle cdat table build errorsIra Weiny1-1/+1
2024-02-14hw/net/tulip: add chip status register valuesSven Schnelle1-2/+2
2024-02-13hw/smbios: Fix port connector option validationAkihiko Odaki1-0/+6
2024-02-13hw/smbios: Fix OEM strings table option validationAkihiko Odaki1-0/+6
2024-02-13hw/riscv/virt-acpi-build.c: fix leak in build_rhct()Daniel Henrique Barboza1-1/+1
2024-02-12virtio-blk: avoid using ioeventfd state in irqfd conditionalStefan Hajnoczi1-1/+1
2024-02-12virtio: Re-enable notifications after drainHanna Czenczek1-0/+42
2024-02-12virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek1-1/+6
2024-02-09hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-02-09pci-host: designware: Limit value range of iATU viewport registerGuenter Roeck1-0/+2
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater1-3/+5
2024-01-26virtio-net: correctly copy vnet header when flushing TXJason Wang1-4/+9
2024-01-22s390x/pci: drive ISM reset from subsystem resetMatthew Rosato2-9/+25
2024-01-22s390x/pci: refresh fh before disabling aifMatthew Rosato1-0/+9
2024-01-22s390x/pci: avoid double enable/disable of aifMatthew Rosato1-2/+23
2024-01-20hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland1-0/+1
2024-01-20hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland1-15/+13
2024-01-20hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland1-5/+27
2024-01-20hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland1-1/+1
2024-01-20hw/pflash: implement update buffer for block writesGerd Hoffmann3-30/+89
2024-01-20hw/pflash: use ldn_{be,le}_p and stn_{be,le}_pGerd Hoffmann1-55/+8
2024-01-20hw/pflash: refactor pflash_data_write()Gerd Hoffmann1-14/+16
2024-01-17hw/hppa: Move software power button address back into PDCHelge Deller1-4/+5
2024-01-17hw/pci-host/astro: Add missing astro & elroy registers for NetBSDHelge Deller1-3/+23
2024-01-17hw/hppa/machine: Disable default devices with --nodefaults optionHelge Deller1-4/+6
2024-01-17hw/hppa/machine: Allow up to 3840 MB total memoryHelge Deller1-3/+6
2024-01-11hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell1-4/+13
2024-01-08hw/vfio: fix iteration over global VFIODevice listVolker Rümelin1-4/+4
2024-01-08vfio/container: Replace basename with g_path_get_basenameCédric Le Goater1-2/+3
2024-01-08edu: fix DMA range upper bound checkMax Erenberg1-1/+1
2024-01-08hw/net: cadence_gem: Fix MDIO_OP_xxx valuesBin Meng1-2/+2
2024-01-05hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa1-1/+1
2024-01-05target/i386: the sgx_epc_get_section stub is reachablePaolo Bonzini1-1/+1
2023-12-05hw/ufs: avoid generating the same ID string for different LU devicesAkinobu Mita1-0/+8
2023-12-04Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi1-0/+1
2023-12-04Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi12-47/+101
2023-12-04hw/audio/virtio-sound: mark the device as unmigratableVolker Rümelin1-0/+1
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng2-1/+17