Philippe Mathieu-Daudé writes:
> On 10/4/25 14:26, Manos Pitsidianakis wrote:
>> From: Alex Bennée
>> QOM objects can be embedded in other QOM objects and managed as part
>> of their lifetime but this isn't the case for
>> virtio_gpu_virgl_hostmem_region. However before we can split it out we
>>
On 10/4/25 14:26, Manos Pitsidianakis wrote:
From: Alex Bennée
QOM objects can be embedded in other QOM objects and managed as part
of their lifetime but this isn't the case for
virtio_gpu_virgl_hostmem_region. However before we can split it out we
need some other way of associating the wider d
From: Alex Bennée
QOM objects can be embedded in other QOM objects and managed as part
of their lifetime but this isn't the case for
virtio_gpu_virgl_hostmem_region. However before we can split it out we
need some other way of associating the wider data structure with the
memory region.
Fortunat