aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim1-6/+6
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim1-0/+5
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau1-7/+9
2023-07-15Merge tag 'pull-tpm-2023-07-14-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson1-1/+0
2023-07-14hw/tpm: TIS on sysbus: Remove unsupport ppi command line optionStefan Berger1-1/+0
2023-07-14scsi: clear unit attention only for REPORT LUNS commandsStefano Garzarella1-23/+11
2023-07-14scsi: cleanup scsi_clear_unit_attention()Stefano Garzarella1-22/+6
2023-07-14scsi: fetch unit attention when creating the requestStefano Garzarella1-3/+33
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater4-4/+8
2023-07-14hw/ide/piix: properly initialize the BMIBA registerOlaf Hering1-1/+1
2023-07-12Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-22/+31
2023-07-12virtio-blk: fix host notifier issues during dataplane start/stopStefan Hajnoczi1-22/+31
2023-07-12virtio-mem-pci: Device unplug supportDavid Hildenbrand1-3/+46
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand1-0/+25
2023-07-12virtio-md-pci: Support unplug requests for compatible devicesDavid Hildenbrand1-2/+36
2023-07-12virtio-md-pci: Handle unplug of virtio based memory devicesDavid Hildenbrand1-1/+22
2023-07-12arm/virt: Use virtio-md-pci (un)plug functionsDavid Hildenbrand1-69/+12
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand2-79/+74
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand7-16/+48
2023-07-12virtio-mem: Support "x-ignore-shared" migrationDavid Hildenbrand1-9/+38
2023-07-12virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memoryDavid Hildenbrand1-10/+10
2023-07-12memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand1-19/+3
2023-07-12memory-device: Refactor memory_device_pre_plug()David Hildenbrand1-14/+14
2023-07-12hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand1-19/+0
2023-07-12hw/i386/acpi-build: Rely on machine->device_memory when building SRATDavid Hildenbrand1-6/+3
2023-07-12hw/i386/pc: Use machine_memory_devices_init()David Hildenbrand1-12/+5
2023-07-12hw/loongarch/virt: Use machine_memory_devices_init()David Hildenbrand1-9/+3
2023-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand2-19/+20
2023-07-12hw/arm/virt: Use machine_memory_devices_init()David Hildenbrand1-8/+1
2023-07-12memory-device: Introduce machine_memory_devices_init()David Hildenbrand1-0/+14
2023-07-12memory-device: Unify enabled vs. supported error messagesDavid Hildenbrand1-9/+4
2023-07-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson39-208/+741
2023-07-11Merge tag 'mips-20230710' of https://github.com/philmd/qemu into stagingRichard Henderson7-24/+34
2023-07-10vhost: Fix false positive out-of-boundsHawkins Jiawei1-1/+1
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki3-1/+4
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki4-4/+6
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée6-11/+11
2023-07-10pcie: Add hotplug detect state register to cmaskLeonardo Bras1-0/+4
2023-07-10virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger1-12/+7
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger2-2/+30
2023-07-10hw/pci: warn when PCIe device is plugged into non-zero slot of downstream portAni Sinha1-0/+20
2023-07-10vhost-vdpa: mute unaligned memory error reportLaurent Vivier2-2/+8
2023-07-10pcie: Release references of virtual functionsAkihiko Odaki1-0/+1
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow4-14/+16
2023-07-11hw/ide/piix: Move registration of VMStateDescription to DeviceClassBernhard Beschow1-3/+2
2023-07-11hw/ide/pci: Replace some magic numbers by constantsBernhard Beschow1-1/+2
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow5-7/+10
2023-07-11hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow5-4/+1
2023-07-11hw/isa/vt82c686: Remove via_isa_set_irq()Bernhard Beschow1-6/+0
2023-07-11hw/ide/via: Wire up IDE legacy interrupts in host deviceBernhard Beschow2-2/+9