[Qemu-devel] [PATCH 2/3] exynos4210.c: register chipid_mem and rom_mem with vmstate

2013-03-10 Thread Igor Mitsyanko
Even if we do not register newly created RAM MemoryRegion for migration with vmstate_register_ram_global() function, ram_save_setup() still saves this region to snapshot file with empty idstr=="". Consequently this results in error during VM loading in ram_load(). Register chipid_mem and rom_mem fo

[Qemu-devel] [PATCH 2/3] exynos4210.c: register chipid_mem and rom_mem with vmstate

2012-08-10 Thread Igor Mitsyanko
Even if we do not register newly created RAM MemoryRegion for migration with vmstate_register_ram_global() function, ram_save_live() still saves this region to snapshot file with empty idstr=="". Consequently this results in error during VM restoration in ram_load(). Register chipid_mem and rom_mem

[Qemu-devel] [PATCH 2/3] exynos4210.c: register chipid_mem and rom_mem with vmstate

2012-04-25 Thread Igor Mitsyanko
Even if we do not register newly created RAM MemoryRegion for migration with vmstate_register_ram_global() function, ram_save_live() still saves this region to snapshot file with empty idstr=="". Consequently this results in error during VM restoration in ram_load(). Register chipid_mem and rom_mem