diff options
| author | Mark Cave-Ayland | 2021-10-08 00:12:45 +0200 |
|---|---|---|
| committer | Laurent Vivier | 2021-10-08 13:31:03 +0200 |
| commit | 3b10b5673c902981129d1817fcc235e467648200 (patch) | |
| tree | 5c358d8ec81cb5b58b1f73dc3eb91508bcf311e2 /python | |
| parent | macfb: fix overflow of color_palette array (diff) | |
| download | qemu-3b10b5673c902981129d1817fcc235e467648200.tar.gz qemu-3b10b5673c902981129d1817fcc235e467648200.tar.xz qemu-3b10b5673c902981129d1817fcc235e467648200.zip | |
macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
Currently macfb_common_realize() defines the framebuffer RAM memory region as
being non-migrateable but then immediately registers it for migration. Replace
memory_region_init_ram_nomigrate() with memory_region_init_ram() which is clearer
and does exactly the same thing.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20211007221253.29024-6-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions
