summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin2022-05-13 12:56:23 +0200
committerMichael S. Tsirkin2022-05-16 22:15:40 +0200
commit37cbfcebdd0e7ffbfb8332a8794a91a4a8f1819d (patch)
tree16b44f3b857a4f2e1551b64e6989888edf796117
parentvirtio: add vhost support for virtio devices (diff)
downloadqemu-37cbfcebdd0e7ffbfb8332a8794a91a4a8f1819d.tar.gz
qemu-37cbfcebdd0e7ffbfb8332a8794a91a4a8f1819d.tar.xz
qemu-37cbfcebdd0e7ffbfb8332a8794a91a4a8f1819d.zip
vhost-user: more master/slave things
we switched to front-end/back-end, but newer patches reintroduced old language. Fix this up. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--docs/interop/vhost-user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst
index 73e710fe32..3c12607517 100644
--- a/docs/interop/vhost-user.rst
+++ b/docs/interop/vhost-user.rst
@@ -340,7 +340,7 @@ drivers cannot negotiate it.
This reserved feature bit was reused by the vhost-user protocol to add
vhost-user protocol feature negotiation in a backwards compatible
-fashion. Old vhost-user master and slave implementations continue to
+fashion. Old vhost-user front-end and back-end implementations continue to
work even though they are not aware of vhost-user protocol feature
negotiation.