aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
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_sessionZheyu Ma1-1/+1
2024-07-10virtio-mem: improve error message when unplug of device fails due to plugged memoryDavid Hildenbrand1-2/+2
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger1-12/+0
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger2-46/+0
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger2-2/+56
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger1-1/+1
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger1-1/+6
2024-07-03virtio-iommu: Clear IOMMUDevice when VFIO device is unpluggedCédric Le Goater1-0/+21
2024-07-03virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella1-1/+0
2024-07-01vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requestsBillXiang1-0/+1
2024-07-01virtio-iommu: add error check before assertManos Pitsidianakis1-0/+22
2024-07-01hw/virtio: Free vqs after vhost_dev_cleanup()Akihiko Odaki1-0/+2
2024-07-01virtio-pci: implement No_Soft_Reset bitJiqian Chen1-0/+29
2024-07-01virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()Cindy Lu1-16/+2
2024-07-01vhost-user: fix lost reconnect againLi Feng2-10/+3
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng2-9/+3
2024-07-01virtio-pci: only reset pm state during resettingJiqian Chen1-1/+7
2024-07-01hw/virtio: Fix obtain the buffer id from the last descriptorWafer1-0/+5
2024-07-01vhost-vsock: add VIRTIO_F_RING_PACKED to feature_bitsHalil Pasic1-0/+1
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2-1/+2
2024-07-01virtio-mmio: Handle extra notification dataJonah Palmer1-2/+9
2024-07-01virtio: Prevent creation of device using notification-data with ioeventfdJonah Palmer1-0/+22
2024-07-01virtio/virtio-pci: Handle extra notification dataJonah Palmer2-3/+27
2024-07-01vhost: Perform memory section dirty scans once per iterationSi-Wei Liu1-6/+61
2024-07-01vhost: dirty log should be per backend typeSi-Wei Liu1-12/+33
2024-06-24virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger1-67/+0
2024-06-24virtio-iommu: Compute host reserved regionsEric Auger1-34/+113
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger1-0/+82
2024-06-19hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé1-1/+1
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-6/+8
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson2-3/+3
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-1/+4