diff mbox series

docs: vhost-user: VHOST_USER_GET_STATUS require reply

Message ID 20230505053941.3597784-1-yajunw@nvidia.com
State New
Headers show
Series docs: vhost-user: VHOST_USER_GET_STATUS require reply | expand

Commit Message

Yajun Wu May 5, 2023, 5:39 a.m. UTC
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 mbox series

Patch

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::