Add VHOST_USER_GET_STATUS to the list of requests that require a reply.

Cc: Maxime Coquelin <maxime.coque...@redhat.com>
Cc: Michael S. Tsirkin <m...@redhat.com>
Signed-off-by: Yajun Wu <yaj...@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


Reply via email to