All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 2/7] vhost_user.rst: Align VhostUserMsg excerpt members
@ 2026-02-04  9:37 Albert Esteve
  2026-02-04  9:37 ` [PATCH v12 3/7] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec Albert Esteve
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Albert Esteve @ 2026-02-04  9:37 UTC (permalink / raw)
  To: qemu-devel
  Cc: jasowang, slp, hi, Pierrick Bouvier, Laurent Vivier,
	manos.pitsidianakis, stevensd, dbassey, Stefano Garzarella,
	Fabiano Rosas, Philippe Mathieu-Daudé, Peter Xu, stefanha,
	Alex Bennée, mst, Paolo Bonzini

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



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-02-09 13:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04  9:37 [PATCH v12 2/7] vhost_user.rst: Align VhostUserMsg excerpt members Albert Esteve
2026-02-04  9:37 ` [PATCH v12 3/7] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec Albert Esteve
2026-02-05 13:53   ` Alyssa Ross
2026-02-09  8:38     ` Albert Esteve
2026-02-04  9:37 ` [PATCH v12 4/7] vhost_user: Add frontend get_shmem_config command Albert Esteve
2026-02-04  9:37 ` [PATCH v12 5/7] vhost_user.rst: Add GET_SHMEM_CONFIG message Albert Esteve
2026-02-05 13:55   ` Alyssa Ross
2026-02-09  8:43     ` Albert Esteve
2026-02-09 11:39       ` Alyssa Ross
2026-02-04  9:37 ` [PATCH v12 6/7] qmp: add shmem feature map Albert Esteve
2026-02-04  9:37 ` [PATCH v12 7/7] vhost-user-device: Add shared memory BAR Albert Esteve
2026-02-08 17:18 ` [PATCH v12 2/7] vhost_user.rst: Align VhostUserMsg excerpt members Michael S. Tsirkin
2026-02-09  8:32   ` Albert Esteve

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.