]> git.proxmox.com Git - qemu.git/commit - exec.c
Fix pagetable code
authorPaul Brook <paul@codesourcery.com>
Sun, 14 Mar 2010 14:58:46 +0000 (14:58 +0000)
committerPaul Brook <paul@codesourcery.com>
Sun, 14 Mar 2010 14:58:46 +0000 (14:58 +0000)
commit7296abaccc98872e28cec50091dbf26d38e4f062
treec4930478d8f5ef24a7d638bddb1a19ca7f7b04f6
parent66c80e75752e87a9479577fda1446a7623884f01
Fix pagetable code

The multi-level pagetable code fails to iterate ove all entries because
of the L2_BITS v.s. L2_SIZE thinko.

Signed-off-by: Paul Brook <paul@codesourcery.com>
exec.c