PATCH1 drops "All rights reserved" from all exynos-related file's licenses.
PATCH2 registers RO MemoryRegions for live migration. This is needed because ram_save_live saves all MemoryRegions no matter if they were registered or not. This is probably a bug in QEMU because It's not written anywhere that vmstate_register_ram_global() is mandatory for every created MemoryRegion. PATCH3 sets chipid_and_omr static array size to TARGET_PAGE_SIZE because memory_region_init_ram_ptr() implicitly assumes that its size argument is a multiple of TARGET_PAGE_SIZE. This is probably a bug too, but still.. Igor Mitsyanko (3): exynos4210: drop "All rights reserved" line from files license exynos4210.c: register chipid_mem and rom_mem with vmstate hw/exynos4210.c: set chipid_and_omr array size to TARGET_PAGE_SIZE hw/exynos4210.c | 6 ++++-- hw/exynos4210.h | 2 +- hw/exynos4210_combiner.c | 3 +-- hw/exynos4210_fimd.c | 3 +-- hw/exynos4210_gic.c | 3 +-- hw/exynos4210_mct.c | 3 +-- hw/exynos4210_pwm.c | 3 +-- hw/exynos4_boards.c | 2 +- 8 files changed, 11 insertions(+), 14 deletions(-) -- 1.7.4.1