From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEh8R-0002Oc-CU for qemu-devel@nongnu.org; Sun, 10 Mar 2013 10:22:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEh8M-0003B4-FR for qemu-devel@nongnu.org; Sun, 10 Mar 2013 10:21:59 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:57119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEh8M-0003AY-7L for qemu-devel@nongnu.org; Sun, 10 Mar 2013 10:21:54 -0400 Received: by mail-la0-f47.google.com with SMTP id fj20so3043020lab.20 for ; Sun, 10 Mar 2013 07:21:53 -0700 (PDT) From: Igor Mitsyanko Date: Sun, 10 Mar 2013 18:21:46 +0400 Message-Id: <1362925309-3852-1-git-send-email-i.mitsyanko@gmail.com> Subject: [Qemu-devel] [PATCH 0/3] Fix memory migration for exynos 4210 SoC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: i.mitsyanko@gmail.com, peter.maydell@linaro.org, afaerber@suse.de, anthony@codemonkey.ws, pbonzini@redhat.com 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