Re: [Qemu-devel] [PATCH 1/5] migration/ram.c: Use RAMBlock rather than MemoryRegion

2015-09-15 Thread Amit Shah
On (Thu) 13 Aug 2015 [11:51:30], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > RAM migration mainly works on RAMBlocks but in a few places > uses data from MemoryRegions to access the same information that's > already held in RAMBlocks; clean it up just to avoid the > M

Re: [Qemu-devel] [PATCH 1/5] migration/ram.c: Use RAMBlock rather than MemoryRegion

2015-08-13 Thread Paolo Bonzini
On 13/08/2015 12:51, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > RAM migration mainly works on RAMBlocks but in a few places > uses data from MemoryRegions to access the same information that's > already held in RAMBlocks; clean it up just to avoid the > MemoryRegio

[Qemu-devel] [PATCH 1/5] migration/ram.c: Use RAMBlock rather than MemoryRegion

2015-08-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" RAM migration mainly works on RAMBlocks but in a few places uses data from MemoryRegions to access the same information that's already held in RAMBlocks; clean it up just to avoid the MemoryRegion use. Signed-off-by: Dr. David Alan Gilbert --- migration/ram.c | 2