Re: [PATCH] artist: set memory region owners for buffers to the artist device

2022-06-26 Thread Mark Cave-Ayland
On 26/06/2022 12:15, Helge Deller wrote: On 6/24/22 18:08, Mark Cave-Ayland wrote: This fixes the output of "info qom-tree" so that the buffers appear as children of the artist device, rather than underneath the "unattached" container. Signed-off-by: Mark Cave-Ayland Reviewed-by: Helge Dell

Re: [PATCH] artist: set memory region owners for buffers to the artist device

2022-06-26 Thread Helge Deller
On 6/24/22 18:08, Mark Cave-Ayland wrote: > This fixes the output of "info qom-tree" so that the buffers appear as > children > of the artist device, rather than underneath the "unattached" container. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Helge Deller Thanks! Helge > --- > hw/dis

[PATCH] artist: set memory region owners for buffers to the artist device

2022-06-24 Thread Mark Cave-Ayland
This fixes the output of "info qom-tree" so that the buffers appear as children of the artist device, rather than underneath the "unattached" container. Signed-off-by: Mark Cave-Ayland --- hw/display/artist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/display/artist.c