]> Git Repo - qemu.git/commit
exynos4210.c: register rom_mem for memory migration
authorIgor Mitsyanko <[email protected]>
Mon, 3 Jun 2013 16:17:46 +0000 (17:17 +0100)
committerPeter Maydell <[email protected]>
Mon, 3 Jun 2013 16:17:46 +0000 (17:17 +0100)
commit6539ed21b1d5c93e8add2f7b2bf9856889e6d1ac
tree2f01288de3e3ee92a9e459f5ab57ae5ee40fb263
parent11a5e48249d8c34211065c25ddf222f031a0338e
exynos4210.c: register rom_mem for memory migration

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 rom_mem for migration.

Signed-off-by: Igor Mitsyanko <[email protected]>
Message-id: 1368199981[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/exynos4210.c
This page took 0.025024 seconds and 4 git commands to generate.