]> git.proxmox.com Git - qemu.git/commit - cputlb.c
cputlb: prepare private memory API for public consumption
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 14 Apr 2012 14:56:48 +0000 (14:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 1 May 2012 10:45:05 +0000 (10:45 +0000)
commitcc5bea608df30263f8d20facfd55d8b6ce15053d
tree487fb5df88f3a2011b640ceb05b430a2dc52e3ec
parent0cac1b66c88c4cd3ec1d358091486787837215a3
cputlb: prepare private memory API for public consumption

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.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cputlb.c
cputlb.h
exec.c