Re: [PATCH v3 2/5] virtio: Track shared memory mappings

2024-09-16 Thread Stefan Hajnoczi
On Thu, Sep 12, 2024 at 04:53:32PM +0200, Albert Esteve wrote: > Update shmem_list to be able to track > active mappings on VIRTIO shared memory > regions. This allows to verify that new > mapping request received from backends > do not overlap. If they do, the request > shall fail in order to adhe

[PATCH v3 2/5] virtio: Track shared memory mappings

2024-09-12 Thread Albert Esteve
Update shmem_list to be able to track active mappings on VIRTIO shared memory regions. This allows to verify that new mapping request received from backends do not overlap. If they do, the request shall fail in order to adhere to the specs. Signed-off-by: Albert Esteve --- hw/virtio/vhost-user.c