Re: [PATCH v2 2/2] virtio-gpu: Resource UUID

2022-09-26 Thread Gerd Hoffmann
On Fri, Sep 23, 2022 at 03:43:50PM +0200, Antonio Caggiano wrote: > Enable resource UUID feature and implement command resource assign UUID. > This is done by introducing a hash table to map resource IDs to their > UUIDs. It starts to become a bit messy with all the patches floating around where t

[PATCH v2 2/2] virtio-gpu: Resource UUID

2022-09-23 Thread Antonio Caggiano
Enable resource UUID feature and implement command resource assign UUID. This is done by introducing a hash table to map resource IDs to their UUIDs. Signed-off-by: Antonio Caggiano --- v2: Destroy the hash table in the unrealize function hw/display/trace-events| 1 + hw/display/virtio