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

2013-05-07 Thread Paolo Bonzini
Il 07/05/2013 15:09, Peter Maydell ha scritto: > On 10 March 2013 14:21, Igor Mitsyanko wrote: >> 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 >> mult

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

2013-05-07 Thread Peter Maydell
On 10 March 2013 14:21, Igor Mitsyanko wrote: > 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

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

2013-03-10 Thread Igor Mitsyanko
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