On 26/05/2015 09:13, Fam Zheng wrote: >> > hw/display/cg3.c | 1 + >> > hw/display/exynos4210_fimd.c | 20 +++++++++++++------- >> > hw/display/g364fb.c | 1 + >> > hw/display/sm501.c | 1 + >> > hw/display/tcx.c | 1 + >> > 5 files changed, 17 insertions(+), 7 deletions(-) > "git grep memory_region_init_ram hw/display/" also mentions qxl.vram, > vga.vram, > tc6393xb.vram and vga.vram. Why don't these need it?
tc6393xb.c doesn't use dirty memory, and vga sets it in hw/display/vga.c. Paolo