Re: [PATCH v5 1/7] vhost-user: Add VirtIO Shared Memory map request

2025-06-16 Thread Albert Esteve
Sorry I did not reply-all. Albert Esteve Principal Software Engineer Red Hat aest...@redhat.com On Mon, Jun 16, 2025 at 5:28 PM Albert Esteve wrote: > > > > On Thu, Jun 12, 2025 at 6:19 PM Stefan Hajnoczi wrote: > > > > On Mon, Jun 09, 2025 at 04:47:23PM +0200, Albert Esteve wrote: > > > A

Re: [PATCH v5 1/7] vhost-user: Add VirtIO Shared Memory map request

2025-06-12 Thread Stefan Hajnoczi
On Mon, Jun 09, 2025 at 04:47:23PM +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 identified > by its `shmid`. The map is

Re: [PATCH v5 1/7] vhost-user: Add VirtIO Shared Memory map request

2025-06-10 Thread David Hildenbrand
On 09.06.25 16:47, 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`. The map is performed by calling `memory_region_init_ram_f

[PATCH v5 1/7] vhost-user: Add VirtIO Shared Memory map request

2025-06-09 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`. The map is performed by calling `memory_region_init_ram_from_fd` and adding the new region as a sub