Re: [Qemu-devel] [PATCH 3/4] cputlb: prepare private memory API for public consumption

2012-04-23 Thread Richard Henderson
On 04/22/12 08:35, Blue Swirl wrote: > Fold is_ram_rom and is_ram_rom_romd() into callers. > > Change is_romd() and section_addr() to take MemoryRegion > instead of MemoryRegionSection for consistency and > use memory_region_ prefix. > > Signed-off-by: Blue Swirl > --- > cputlb.c | 12 ++-

[Qemu-devel] [PATCH 3/4] cputlb: prepare private memory API for public consumption

2012-04-22 Thread Blue Swirl
Fold is_ram_rom and is_ram_rom_romd() into callers. Change is_romd() and section_addr() to take MemoryRegion instead of MemoryRegionSection for consistency and use memory_region_ prefix. Signed-off-by: Blue Swirl --- cputlb.c | 12 ++- cputlb.h | 18 +++-- exec.c | 6