[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/3] vhost_user.rst: Align VhostUserMsg excerpt members
From: |
Albert Esteve |
Subject: |
[PATCH 2/3] vhost_user.rst: Align VhostUserMsg excerpt members |
Date: |
Thu, 12 Sep 2024 16:44:31 +0200 |
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 --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;
--
2.45.2