qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Helge Deller
Subject: Re: [PATCH] artist: set memory region owners for buffers to the artist device
Date: Sun, 26 Jun 2022 13:15:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

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 <mark.cave-ayland@ilande.co.uk>

Reviewed-by: Helge Deller <deller@gmx.de>

Thanks!

Helge

> ---
>  hw/display/artist.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/display/artist.c b/hw/display/artist.c
> index eadaef0d46..fde050c882 100644
> --- a/hw/display/artist.c
> +++ b/hw/display/artist.c
> @@ -1358,7 +1358,7 @@ static void artist_create_buffer(ARTISTState *s, const 
> char *name,
>  {
>      struct vram_buffer *buf = s->vram_buffer + idx;
>
> -    memory_region_init_ram(&buf->mr, NULL, name, width * height,
> +    memory_region_init_ram(&buf->mr, OBJECT(s), name, width * height,
>                             &error_fatal);
>      memory_region_add_subregion_overlap(&s->mem_as_root, *offset, &buf->mr, 
> 0);
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]