[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] Document SHMEM vhost-user requests
From: |
Albert Esteve |
Subject: |
[PATCH 0/3] Document SHMEM vhost-user requests |
Date: |
Thu, 12 Sep 2024 16:44:29 +0200 |
As a continuation of the
"Add SHMEM_MAP/UNMAP requests" patch [1],
I wanted to split vhost-user spec
parts into a separate patch, so that
it could be reviewed and integrated
separately. Having the specs upstreamed
would help others to add support for
these new vhost-user requests on
their systems.
This is such documentation-only patch.
[1] - https://lore.kernel.org/all/20240628145710.1516121-1-aesteve@redhat.com/T/
Albert Esteve (3):
vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec
vhost_user.rst: Align VhostUserMsg excerpt members
vhost_user.rst: Add GET_SHMEM_CONFIG message
docs/interop/vhost-user.rst | 72 +++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
--
2.45.2
- [PATCH 0/3] Document SHMEM vhost-user requests,
Albert Esteve <=
- [PATCH 1/3] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec, Albert Esteve, 2024/09/12
- [PATCH 2/3] vhost_user.rst: Align VhostUserMsg excerpt members, Albert Esteve, 2024/09/12
- [PATCH 3/3] vhost_user.rst: Add GET_SHMEM_CONFIG message, Albert Esteve, 2024/09/12
- Re: [PATCH 0/3] Document SHMEM vhost-user requests, Albert Esteve, 2024/09/12
- Re: [PATCH 0/3] Document SHMEM vhost-user requests, Stefan Hajnoczi, 2024/09/16