Link to the implementation: https://lore.kernel.org/all/20240912145335.129447-1-aest...@redhat.com/T/#t
On Thu, Sep 12, 2024 at 4:44 PM Albert Esteve <aest...@redhat.com> wrote: > 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-aest...@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 > >