]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
docs: Remove obsolete descriptions of SR-IOV support
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Fri, 14 Apr 2023 09:04:41 +0000 (18:04 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 25 Apr 2023 02:56:55 +0000 (22:56 -0400)
The documentation used to say there is no device implemented with
SR-IOV, but igb and nvme support SR-IOV today.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20230414090441.23156-1-akihiko.odaki@daynix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/pcie_sriov.txt

index 11158dbf8890eebde6246119bea739ef6bbd28d0..7eff7f2703012ea268bd62a2f9f62833b3285cd3 100644 (file)
@@ -9,10 +9,7 @@ virtual functions (VFs) for the main purpose of eliminating software
 overhead in I/O from virtual machines.
 
 QEMU now implements the basic common functionality to enable an emulated device
-to support SR/IOV. Yet no fully implemented devices exists in QEMU, but a
-proof-of-concept hack of the Intel igb can be found here:
-
-git://github.com/knuto/qemu.git sriov_patches_v5
+to support SR/IOV.
 
 Implementation
 ==============