aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-11-04vhost-user: fix shared object return valuesAlbert Esteve
2024-11-04virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net deviceyaozhenguo
2024-11-04virtio-pci: fix memory_region_find for VirtIOPCIRegion's MRGao Shiyuan
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy
2024-11-04Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-10-31migration: Drop migration_is_idle()Peter Xu
2024-10-31device/virtio-nsm: Support for Nitro Secure Module deviceDorjoy Chowdhury
2024-10-03vhost: Remove unused vhost_dev_{load|save}_inflightDr. David Alan Gilbert
2024-10-02hw/virtio: freeing leaked memory from vhost_svq_get_buf in vhost_svq_pollMarc-André Lureau
2024-10-02hw/virtio: fix -Werror=maybe-uninitializedMarc-André Lureau
2024-09-26Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell
2024-09-24virtio-mem: Add support for suspend+wake-up with plugged memoryJuraj Marcin
2024-09-24virtio-mem: Use new Resettable framework instead of LegacyResetJuraj Marcin
2024-09-24virtio: kconfig: memory devices are PCI onlyPaolo Bonzini
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20hw/virtio/Kconfig: Include vhost-user-scmi only on arm targetsThomas Huth
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-09-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-09-11virtio-mem: don't warn about THP sizes on a kernel without THP supportDavid Hildenbrand
2024-09-11virtio-pci: Add lookup subregion of VirtIOPCIRegion MRGao Shiyuan
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun
2024-09-11virtio: rename virtio_split_packed_update_used_idxWenyu Huang
2024-09-10virtio: Always reset vhost devicesHanna Czenczek
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek
2024-09-10qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/cryptodev: Drop unwanted 'prefix'Markus Armbruster
2024-08-20virtio-pci: Fix the use of an uninitialized irqfdCindy Lu
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas
2024-08-01Revert "virtio-pci: Implement SR-IOV PF"Michael S. Tsirkin
2024-08-01Revert "virtio-net: Implement SR-IOV VF"Michael S. Tsirkin
2024-08-01virtio-rng: block max-bytes=0Michael S. Tsirkin
2024-07-22virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domainEric Auger
2024-07-22virtio-iommu: Remove the end point on detachEric Auger
2024-07-22virtio-iommu: Free [host_]resv_ranges on unset_iommu_devicesEric Auger
2024-07-22virtio-iommu: Remove probe_doneEric Auger
2024-07-22Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"Eric Auger
2024-07-22virtio-net: Implement SR-IOV VFAkihiko Odaki
2024-07-22virtio-pci: Implement SR-IOV PFAkihiko Odaki
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer
2024-07-21virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21virtio: virtqueue_pop - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_...Zheyu Ma
2024-07-10virtio-mem: improve error message when unplug of device fails due to plugged ...David Hildenbrand
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger