First two patches fix issues in exynos4210 code which were blocking proper memory migration.
Third patch makes memory_region_init_ram_ptr assert if memory region size is not a multiple of TARGET_PAGE_SIZE. Igor Mitsyanko (3): hw/exynos4210.c: set chipid_and_omr array size to TARGET_PAGE_SIZE exynos4210.c: register chipid_mem and rom_mem with vmstate memory.c: only allow memory sizes which are a multiple of target page size hw/exynos4210.c | 4 +++- include/exec/memory.h | 2 +- memory.c | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) -- 1.7.5.4