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

2024-10-06 Thread Dorinda Bassey
Hi Manos, Thanks, for spotting that! On Sat, Oct 5, 2024 at 7:43 AM Manos Pitsidianakis < manos.pitsidiana...@linaro.org> wrote: > Hello Dorinda, > > On Fri, 04 Oct 2024 19:41, Dorinda Bassey wrote: > >Add the VIRTIO_GPU_F_RESOURCE_UUID feature to enable the assignment > >of resources UUIDs for

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

2024-10-04 Thread Manos Pitsidianakis
Hello Dorinda, On Fri, 04 Oct 2024 19:41, 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 |

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

2024-10-04 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