Re: [PATCH v8 09/11] virtio-gpu: Resource UUID

2024-04-24 Thread Dmitry Osipenko
On 4/18/24 22:00, Dmitry Osipenko wrote: > @@ -1405,6 +1408,8 @@ static int virtio_gpu_blob_load(QEMUFile *f, void > *opaque, size_t size, > res->iov[i].iov_len = qemu_get_be32(f); > } > > +qemu_get_buffer(f, res->uuid.data, sizeof(res->uuid.data)); Save/loading

Re: [PATCH v8 09/11] virtio-gpu: Resource UUID

2024-04-23 Thread Dmitry Osipenko
On 4/19/24 12:29, Akihiko Odaki wrote: > On 2024/04/19 4:00, Dmitry Osipenko wrote: >> From: Antonio Caggiano >> >> Enable resource UUID feature and implement command resource assign UUID. >> UUID feature availability is mandatory for Vulkan Venus context. >> >> UUID is intended for sharing

Re: [PATCH v8 09/11] virtio-gpu: Resource UUID

2024-04-19 Thread Akihiko Odaki
On 2024/04/19 4:00, Dmitry Osipenko wrote: From: Antonio Caggiano Enable resource UUID feature and implement command resource assign UUID. UUID feature availability is mandatory for Vulkan Venus context. UUID is intended for sharing dmabufs between virtio devices on host. Qemu doesn't have