[PATCH] docs: vhost-user: VHOST_USER_GET_STATUS require reply

Yajun Wu posted 1 patch 1 year ago
Failed in applying to current master (apply log)
docs/interop/vhost-user.rst | 1 +
1 file changed, 1 insertion(+)
[PATCH] docs: vhost-user: VHOST_USER_GET_STATUS require reply
Posted by Yajun Wu 1 year ago
Add VHOST_USER_GET_STATUS to the list of requests that require a reply.

Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Yajun Wu <yajunw@nvidia.com>
---
 docs/interop/vhost-user.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst
index 8a5924ea75..2d13108284 100644
--- a/docs/interop/vhost-user.rst
+++ b/docs/interop/vhost-user.rst
@@ -299,6 +299,7 @@ replies. Here is a list of the ones that do:
 * ``VHOST_USER_GET_VRING_BASE``
 * ``VHOST_USER_SET_LOG_BASE`` (if ``VHOST_USER_PROTOCOL_F_LOG_SHMFD``)
 * ``VHOST_USER_GET_INFLIGHT_FD`` (if ``VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD``)
+* ``VHOST_USER_GET_STATUS`` (if ``VHOST_USER_PROTOCOL_F_STATUS``)
 
 .. seealso::
 
-- 
2.27.0