Re: [Qemu-devel] [PATCH 1/4] exec: prepare for splitting

2012-05-01 Thread Andreas Färber
Am 01.05.2012 13:47, schrieb Blue Swirl: > On Tue, May 1, 2012 at 11:02, Andreas Färber wrote: >> Am 22.04.2012 17:35, schrieb Blue Swirl: >>> 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(), >>

Re: [Qemu-devel] [PATCH 1/4] exec: prepare for splitting

2012-05-01 Thread Blue Swirl
On Tue, May 1, 2012 at 11:02, Andreas Färber wrote: > Am 22.04.2012 17:35, schrieb Blue Swirl: >> 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_

Re: [Qemu-devel] [PATCH 1/4] exec: prepare for splitting

2012-05-01 Thread Andreas Färber
Am 22.04.2012 17:35, schrieb Blue Swirl: > 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_di

Re: [Qemu-devel] [PATCH 1/4] exec: prepare for splitting

2012-04-23 Thread Richard Henderson
On 04/22/12 08:35, Blue Swirl wrote: > 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(

[Qemu-devel] [PATCH 1/4] exec: prepare for splitting

2012-04-22 Thread Blue Swirl
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. Signed-off-