Re: [PATCH v2 1/3] hw/display: re-arrange memory region tracking

2025-04-15 Thread Alex Bennée
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 >>

Re: [PATCH v2 1/3] hw/display: re-arrange memory region tracking

2025-04-15 Thread Philippe Mathieu-Daudé
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

[PATCH v2 1/3] hw/display: re-arrange memory region tracking

2025-04-10 Thread Manos Pitsidianakis
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