]> git.proxmox.com Git - qemu.git/commit - exec.c
memory: remove first level of l1_phys_map
authorAvi Kivity <avi@redhat.com>
Fri, 10 Feb 2012 12:57:31 +0000 (14:57 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:43 +0000 (13:44 +0200)
commit3eef53df6b0240547bd5a80261091266c6ab1e3c
treeee3166e24758bb6facf4c6af5423a1d37574b256
parent54688b1ec1f468c7272b837ff57298068aaedf5f
memory: remove first level of l1_phys_map

L1 and the lower levels in l1_phys_map are equivalent, except that L1 has
a different size, and is always allocated.  Simplify the code by removing
L1.  This leaves us with a tree composed solely of L2 tables, but that
problem can be renamed away later.

Signed-off-by: Avi Kivity <avi@redhat.com>
exec.c