Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request

2024-09-17 Thread David Hildenbrand
On 12.09.24 16:53, Albert Esteve wrote: Add SHMEM_MAP/UNMAP requests to vhost-user to handle VIRTIO Shared Memory mappings. This request allows backends to dynamically map fds into a VIRTIO Shared Memory Region indentified by its `shmid`. Then, the fd memory is advertised to the driver as a base

Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request

2024-09-16 Thread Stefan Hajnoczi
On Thu, Sep 12, 2024 at 04:53:31PM +0200, Albert Esteve wrote: > Add SHMEM_MAP/UNMAP requests to vhost-user to > handle VIRTIO Shared Memory mappings. > > This request allows backends to dynamically map > fds into a VIRTIO Shared Memory Region indentified > by its `shmid`. Then, the fd memory is a

[PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request

2024-09-12 Thread Albert Esteve
Add SHMEM_MAP/UNMAP requests to vhost-user to handle VIRTIO Shared Memory mappings. This request allows backends to dynamically map fds into a VIRTIO Shared Memory Region indentified by its `shmid`. Then, the fd memory is advertised to the driver as a base addres + offset, so it can be read/writte