aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2023-04-14 18:04:41 +0900
committerMichael S. Tsirkin <mst@redhat.com>2023-04-24 22:56:55 -0400
commit2a3f8b333b6efbc0ccaacb318fb9c9d53f25bcfd (patch)
tree2b04a4d2c8cfc7f2e81af0787db5a764d41c34f6 /docs
parentec1a78cee97001b0ed25b5866e92dae058eb5877 (diff)
downloadqemu-2a3f8b333b6efbc0ccaacb318fb9c9d53f25bcfd.zip
qemu-2a3f8b333b6efbc0ccaacb318fb9c9d53f25bcfd.tar.gz
qemu-2a3f8b333b6efbc0ccaacb318fb9c9d53f25bcfd.tar.bz2
docs: Remove obsolete descriptions of SR-IOV support
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/pcie_sriov.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/pcie_sriov.txt b/docs/pcie_sriov.txt
index 11158db..7eff7f2 100644
--- a/docs/pcie_sriov.txt
+++ b/docs/pcie_sriov.txt
@@ -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
==============