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(),
>>
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_
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
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(
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-