aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-pci: Fix the use of an uninitialized irqfdCindy Lu2024-08-201-0/+3
* virtio-net: Fix network stall at the host side waiting for kickthomas2024-08-021-4/+60
* Revert "virtio-pci: Implement SR-IOV PF"Michael S. Tsirkin2024-08-011-15/+5
* Revert "virtio-net: Implement SR-IOV VF"Michael S. Tsirkin2024-08-011-1/+0
* virtio-rng: block max-bytes=0Michael S. Tsirkin2024-08-011-2/+3
* virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domainEric Auger2024-07-222-0/+2
* virtio-iommu: Remove the end point on detachEric Auger2024-07-221-0/+1
* virtio-iommu: Free [host_]resv_ranges on unset_iommu_devicesEric Auger2024-07-221-34/+28
* virtio-iommu: Remove probe_doneEric Auger2024-07-221-3/+0
* Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"Eric Auger2024-07-221-21/+0
* virtio-net: Implement SR-IOV VFAkihiko Odaki2024-07-221-0/+1
* virtio-pci: Implement SR-IOV PFAkihiko Odaki2024-07-221-5/+15
* vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2024-07-212-0/+2
* virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER supportJonah Palmer2024-07-211-1/+70
* virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER supportJonah Palmer2024-07-211-1/+43
* virtio: virtqueue_pop - VIRTIO_F_IN_ORDER supportJonah Palmer2024-07-211-1/+15
* hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_sessionZheyu Ma2024-07-211-1/+1
* virtio-mem: improve error message when unplug of device fails due to plugged memoryDavid Hildenbrand2024-07-101-2/+2
* virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger2024-07-091-12/+0
* memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger2024-07-092-46/+0
* virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger2024-07-092-2/+56
* HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger2024-07-091-1/+1
* virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger2024-07-091-1/+6
* virtio-iommu: Clear IOMMUDevice when VFIO device is unpluggedCédric Le Goater2024-07-031-0/+21
* virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella2024-07-031-1/+0
* vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requestsBillXiang2024-07-011-0/+1
* virtio-iommu: add error check before assertManos Pitsidianakis2024-07-011-0/+22
* hw/virtio: Free vqs after vhost_dev_cleanup()Akihiko Odaki2024-07-011-0/+2
* virtio-pci: implement No_Soft_Reset bitJiqian Chen2024-07-011-0/+29
* virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()Cindy Lu2024-07-011-16/+2
* vhost-user: fix lost reconnect againLi Feng2024-07-012-10/+3
* Revert "vhost-user: fix lost reconnect"Li Feng2024-07-012-9/+3
* virtio-pci: only reset pm state during resettingJiqian Chen2024-07-011-1/+7
* hw/virtio: Fix obtain the buffer id from the last descriptorWafer2024-07-011-0/+5
* vhost-vsock: add VIRTIO_F_RING_PACKED to feature_bitsHalil Pasic2024-07-011-0/+1
* vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2024-07-012-1/+2
* virtio-mmio: Handle extra notification dataJonah Palmer2024-07-011-2/+9
* virtio: Prevent creation of device using notification-data with ioeventfdJonah Palmer2024-07-011-0/+22
* virtio/virtio-pci: Handle extra notification dataJonah Palmer2024-07-012-3/+27
* vhost: Perform memory section dirty scans once per iterationSi-Wei Liu2024-07-011-6/+61
* vhost: dirty log should be per backend typeSi-Wei Liu2024-07-011-12/+33
* virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger2024-06-241-67/+0
* virtio-iommu: Compute host reserved regionsEric Auger2024-06-241-34/+113
* virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger2024-06-241-0/+82
* hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé2024-06-191-1/+1
* util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson2024-06-051-1/+1
* util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson2024-06-051-6/+8
* util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson2024-06-041-1/+1
* util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson2024-06-042-3/+3
* memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater2024-05-161-1/+4