Re: [PATCH v2] virtio-gpu: Add definition for resource_uuid feature

2024-11-07 Thread Michael S. Tsirkin
On Thu, Nov 07, 2024 at 05:09:28PM +0400, Marc-André Lureau wrote: > Hi Michael, Alex, > > Any of you could take this in the next virtio-related PR? > > thanks Sorry, we are past soft freeze. So not unless this is a bugfix.

Re: [PATCH v2] virtio-gpu: Add definition for resource_uuid feature

2024-10-07 Thread Manos Pitsidianakis
On Mon, 07 Oct 2024 10:00, Dorinda Bassey wrote: Add the VIRTIO_GPU_F_RESOURCE_UUID feature to enable the assignment of resources UUIDs for export to other virtio devices. Signed-off-by: Dorinda Bassey --- hw/display/vhost-user-gpu.c| 4 hw/display/virtio-gpu-base.c | 3 +++ include/h

Re: [PATCH v2] virtio-gpu: Add definition for resource_uuid feature

2024-10-07 Thread Marc-André Lureau
Hi On Mon, Oct 7, 2024 at 11:00 AM Dorinda Bassey wrote: > > Add the VIRTIO_GPU_F_RESOURCE_UUID feature to enable the assignment > of resources UUIDs for export to other virtio devices. > > Signed-off-by: Dorinda Bassey Reviewed-by: Marc-André Lureau > --- > hw/display/vhost-user-gpu.c|

[PATCH v2] virtio-gpu: Add definition for resource_uuid feature

2024-10-07 Thread Dorinda Bassey
Add the VIRTIO_GPU_F_RESOURCE_UUID feature to enable the assignment of resources UUIDs for export to other virtio devices. Signed-off-by: Dorinda Bassey --- hw/display/vhost-user-gpu.c| 4 hw/display/virtio-gpu-base.c | 3 +++ include/hw/virtio/virtio-gpu.h | 3 +++ 3 files changed, 1