]> git.ipfire.org Git - thirdparty/qemu.git/commit - exec.c
exec: prepare for splitting
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 21 Apr 2012 13:08:33 +0000 (13:08 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 1 May 2012 10:45:02 +0000 (10:45 +0000)
commite554861766d9ae84dd5720baa4869f4ed711506f
treee2d57c9ce580d8db050b77dca39dd3ea4d779c15
parente09db789abfeb94f431afe8e89481ac23ff4ea79
exec: prepare for splitting

Make s_cputlb_empty_entry 'const'.

Rename tlb_flush_jmp_cache() to tb_flush_jmp_cache().

Refactor code to add cpu_tlb_reset_dirty_all(),
memory_region_section_get_iotlb() and
memory_region_is_unassigned().

Remove unused cpu_tlb_update_dirty().

Fix coding style in areas to be moved.

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