From: Andrey Ignatov Date: Fri, 12 Jan 2024 00:45:55 +0000 (-0800) Subject: vhost-user.rst: Fix vring address description X-Git-Tag: v7.2.10~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2112a217dc48d6cd2fce4737db0849558e98e643;p=thirdparty%2Fqemu.git vhost-user.rst: Fix vring address description There is no "size" field in vring address structure. Remove it. Fixes: 5fc0e00291 ("Add vhost-user protocol documentation") Signed-off-by: Andrey Ignatov Message-Id: <20240112004555.64900-1-rdna@apple.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin (cherry picked from commit aa05bd9ef4073ccb72d04ad78de32916af31c7c3) Signed-off-by: Michael Tokarev --- diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst index 3f18ab424eb..936de705e18 100644 --- a/docs/interop/vhost-user.rst +++ b/docs/interop/vhost-user.rst @@ -111,9 +111,9 @@ A vring state description A vring address description ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------+-------+------+------------+------+-----------+-----+ -| index | flags | size | descriptor | used | available | log | -+-------+-------+------+------------+------+-----------+-----+ ++-------+-------+------------+------+-----------+-----+ +| index | flags | descriptor | used | available | log | ++-------+-------+------------+------+-----------+-----+ :index: a 32-bit vring index