@samitouri / QOSamiQemu / commits / 8d0e94927a

vhost_user.rst: Align VhostUserMsg excerpt members

Add missing members to the VhostUserMsg excerpt in the vhost-user spec documentation. Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Albert Esteve <aesteve@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20260304165223.2166175-3-aesteve@redhat.com>

Albert Esteve committed Mar 4, 2026 at 17:52 UTC 8d0e94927a80f02562e843cca61cf65cef32db5a
1 file changed +4
docs/interop/vhost-user.rst
+4
@@ -378,11 +378,15 @@ In QEMU the vhost-user message is implemented with the following struct:
378 struct vhost_vring_state state;
379 struct vhost_vring_addr addr;
380 VhostUserMemory memory;
381 + VhostUserMemRegMsg mem_reg;
382 VhostUserLog log;
383 struct vhost_iotlb_msg iotlb;
384 VhostUserConfig config;
385 + VhostUserCryptoSession session;
386 VhostUserVringArea area;
387 VhostUserInflight inflight;
388 + VhostUserShared object;
389 + VhostUserTransferDeviceState transfer_state;
390 };
391 } QEMU_PACKED VhostUserMsg;
392