[PATCH v13 2/7] vhost_user.rst: Align VhostUserMsg excerpt members

Albert Esteve posted 7 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH v13 2/7] vhost_user.rst: Align VhostUserMsg excerpt members
Posted by Albert Esteve 1 month, 3 weeks ago
Add missing members to the VhostUserMsg excerpt in
the vhost-user spec documentation.

Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Albert Esteve <aesteve@redhat.com>
---
 docs/interop/vhost-user.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst
index 93a9c8df2b..17a68a62eb 100644
--- a/docs/interop/vhost-user.rst
+++ b/docs/interop/vhost-user.rst
@@ -366,11 +366,15 @@ In QEMU the vhost-user message is implemented with the following struct:
           struct vhost_vring_state state;
           struct vhost_vring_addr addr;
           VhostUserMemory memory;
+          VhostUserMemRegMsg mem_reg;
           VhostUserLog log;
           struct vhost_iotlb_msg iotlb;
           VhostUserConfig config;
+          VhostUserCryptoSession session;
           VhostUserVringArea area;
           VhostUserInflight inflight;
+          VhostUserShared object;
+          VhostUserTransferDeviceState transfer_state;
       };
   } QEMU_PACKED VhostUserMsg;
 
-- 
2.52.0
Re: [PATCH v13 2/7] vhost_user.rst: Align VhostUserMsg excerpt members
Posted by Stefano Garzarella 1 month, 1 week ago
On Thu, Feb 19, 2026 at 02:03:29PM +0100, Albert Esteve wrote:
>Add missing members to the VhostUserMsg excerpt in
>the vhost-user spec documentation.
>
>Reviewed-by: David Hildenbrand <david@redhat.com>
>Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
>Signed-off-by: Albert Esteve <aesteve@redhat.com>
>---
> docs/interop/vhost-user.rst | 4 ++++
> 1 file changed, 4 insertions(+)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>

>
>diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst
>index 93a9c8df2b..17a68a62eb 100644
>--- a/docs/interop/vhost-user.rst
>+++ b/docs/interop/vhost-user.rst
>@@ -366,11 +366,15 @@ In QEMU the vhost-user message is implemented with the following struct:
>           struct vhost_vring_state state;
>           struct vhost_vring_addr addr;
>           VhostUserMemory memory;
>+          VhostUserMemRegMsg mem_reg;
>           VhostUserLog log;
>           struct vhost_iotlb_msg iotlb;
>           VhostUserConfig config;
>+          VhostUserCryptoSession session;
>           VhostUserVringArea area;
>           VhostUserInflight inflight;
>+          VhostUserShared object;
>+          VhostUserTransferDeviceState transfer_state;
>       };
>   } QEMU_PACKED VhostUserMsg;
>
>-- 
>2.52.0
>