Coalescing work on MMIO, not RAM, thus this call has no effect. Reviewed-by: Fam Zheng <f...@redhat.com> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- hw/display/g364fb.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/hw/display/g364fb.c b/hw/display/g364fb.c index 46f7b41..6543f2f 100644 --- a/hw/display/g364fb.c +++ b/hw/display/g364fb.c @@ -489,7 +489,6 @@ static void g364fb_init(DeviceState *dev, G364State *s) memory_region_init_ram_ptr(&s->mem_vram, NULL, "vram", s->vram_size, s->vram); vmstate_register_ram(&s->mem_vram, dev); - memory_region_set_coalescing(&s->mem_vram); } #define TYPE_G364 "sysbus-g364" -- 2.4.1