aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2024-12-10hw/virtio: Replace type_register() with type_register_static()Zhao Liu1-4/+4
2024-12-03hw/virtio: fix crash in processing balloon statsDaniel P. Berrangé1-1/+15
2024-11-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-1/+12
2024-11-26vhost: fail device start if iotlb update failsPrasad Pandit1-1/+12
2024-11-26virtio-net: Add queues before loading themAkihiko Odaki1-0/+7
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2-24/+54
2024-11-04vhost-user: fix shared object return valuesAlbert Esteve1-4/+9
2024-11-04virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net deviceyaozhenguo1-20/+26
2024-11-04virtio-pci: fix memory_region_find for VirtIOPCIRegion's MRGao Shiyuan1-0/+10
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy1-0/+9
2024-11-04Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-1/+1
2024-10-31migration: Drop migration_is_idle()Peter Xu1-1/+1
2024-10-31device/virtio-nsm: Support for Nitro Secure Module deviceDorjoy Chowdhury5-0/+2132
2024-10-03vhost: Remove unused vhost_dev_{load|save}_inflightDr. David Alan Gilbert1-56/+0
2024-10-02hw/virtio: freeing leaked memory from vhost_svq_get_buf in vhost_svq_pollMarc-André Lureau1-1/+3
2024-10-02hw/virtio: fix -Werror=maybe-uninitializedMarc-André Lureau1-1/+1
2024-09-26Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell3-14/+48
2024-09-24virtio-mem: Add support for suspend+wake-up with plugged memoryJuraj Marcin2-0/+13
2024-09-24virtio-mem: Use new Resettable framework instead of LegacyResetJuraj Marcin1-14/+24
2024-09-24virtio: kconfig: memory devices are PCI onlyPaolo Bonzini1-0/+11
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé1-1/+1
2024-09-20hw/virtio/Kconfig: Include vhost-user-scmi only on arm targetsThomas Huth1-1/+1
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-09-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell5-12/+39
2024-09-11virtio-mem: don't warn about THP sizes on a kernel without THP supportDavid Hildenbrand1-0/+7
2024-09-11virtio-pci: Add lookup subregion of VirtIOPCIRegion MRGao Shiyuan1-2/+6
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun1-3/+3
2024-09-11virtio: rename virtio_split_packed_update_used_idxWenyu Huang1-2/+2
2024-09-10virtio: Always reset vhost devicesHanna Czenczek1-2/+6
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek1-3/+15
2024-09-10qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefixMarkus Armbruster1-7/+7
2024-09-10qapi/cryptodev: Drop unwanted 'prefix'Markus Armbruster1-5/+5
2024-08-20virtio-pci: Fix the use of an uninitialized irqfdCindy Lu1-0/+3
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas1-4/+60
2024-08-01Revert "virtio-pci: Implement SR-IOV PF"Michael S. Tsirkin1-15/+5
2024-08-01Revert "virtio-net: Implement SR-IOV VF"Michael S. Tsirkin1-1/+0
2024-08-01virtio-rng: block max-bytes=0Michael S. Tsirkin1-2/+3
2024-07-22virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domainEric Auger2-0/+2
2024-07-22virtio-iommu: Remove the end point on detachEric Auger1-0/+1
2024-07-22virtio-iommu: Free [host_]resv_ranges on unset_iommu_devicesEric Auger1-34/+28
2024-07-22virtio-iommu: Remove probe_doneEric Auger1-3/+0
2024-07-22Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"Eric Auger1-21/+0
2024-07-22virtio-net: Implement SR-IOV VFAkihiko Odaki1-0/+1
2024-07-22virtio-pci: Implement SR-IOV PFAkihiko Odaki1-5/+15
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2-0/+2
2024-07-21virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER supportJonah Palmer1-1/+70
2024-07-21virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER supportJonah Palmer1-1/+43
2024-07-21virtio: virtqueue_pop - VIRTIO_F_IN_ORDER supportJonah Palmer1-1/+15
2024-07-21hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_...Zheyu Ma1-1/+1
2024-07-10virtio-mem: improve error message when unplug of device fails due to plugged ...David Hildenbrand1-2/+2