Re: [Qemu-devel] [PATCH 5/6] Implement multi-level page tables.

2010-03-14 Thread Aurelien Jarno
On Sun, Mar 14, 2010 at 03:02:11PM +, Paul Brook wrote: > > Richard Henderson schrieb: > > > Define L1_MAP_ADDR_SPACE_BITS to be either the virtual address size > > > (in user mode) or physical address size (in system mode), and use > > > that to size l1_map. This rewrites page_find_alloc, pag

Re: [Qemu-devel] [PATCH 5/6] Implement multi-level page tables.

2010-03-14 Thread Paul Brook
> Richard Henderson schrieb: > > Define L1_MAP_ADDR_SPACE_BITS to be either the virtual address size > > (in user mode) or physical address size (in system mode), and use > > that to size l1_map. This rewrites page_find_alloc, page_flush_tb, > > and walk_memory_regions. > > > > Use TARGET_PHYS_ADD

Re: [Qemu-devel] [PATCH 5/6] Implement multi-level page tables.

2010-03-13 Thread Stefan Weil
Richard Henderson schrieb: > Define L1_MAP_ADDR_SPACE_BITS to be either the virtual address size > (in user mode) or physical address size (in system mode), and use > that to size l1_map. This rewrites page_find_alloc, page_flush_tb, > and walk_memory_regions. > > Use TARGET_PHYS_ADDR_SPACE_BITS f