Re: [Qemu-devel] [PATCH 3/3] memory: move RAM test functions to memory

2012-04-10 Thread Avi Kivity
On 04/09/2012 10:19 PM, Blue Swirl wrote: > Rename functions with memory_region_ prefix to avoid future clashes. > > Change the RAM/ROM/ROMD test functions to take MemoryRegion > instead of MemoryRegionSection. > - > #endif > #endif > diff --git a/exec.c b/exec.c > index 0dda7b5..5080dde 100644 >

[Qemu-devel] [PATCH 3/3] memory: move RAM test functions to memory

2012-04-09 Thread Blue Swirl
Rename functions with memory_region_ prefix to avoid future clashes. Change the RAM/ROM/ROMD test functions to take MemoryRegion instead of MemoryRegionSection. Adjust callers. Signed-off-by: Blue Swirl --- cputlb.c | 10 +- cputlb.h | 18 - exec.c | 67