qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Fix memory migration for exynos 4210 SoC


From: Igor Mitsyanko
Subject: [Qemu-devel] [PATCH 0/3] Fix memory migration for exynos 4210 SoC
Date: Sun, 10 Mar 2013 18:21:46 +0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]