diff mbox series

[2/3] vhost_user.rst: Align VhostUserMsg excerpt members

Message ID 20240912144432.126717-3-aesteve@redhat.com (mailing list archive)
State New, archived
Headers show
Series Document SHMEM vhost-user requests | expand

Commit Message

Albert Esteve Sept. 12, 2024, 2:44 p.m. UTC
Add missing VhostUserShared and VhostUserTransferDeviceState
members to the VhostUserMsg excerpt in the vhost-user
spec documentation.

Signed-off-by: Albert Esteve <aesteve@redhat.com>
---
 docs/interop/vhost-user.rst | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst
index d680fea4a3..ec898d2440 100644
--- a/docs/interop/vhost-user.rst
+++ b/docs/interop/vhost-user.rst
@@ -369,6 +369,8 @@  In QEMU the vhost-user message is implemented with the following struct:
           VhostUserConfig config;
           VhostUserVringArea area;
           VhostUserInflight inflight;
+          VhostUserShared object;
+          VhostUserTransferDeviceState transfer_state;
           VhostUserMMap mmap;
       };
   } QEMU_PACKED VhostUserMsg;