]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
memory: compress phys_map node pointers to 16 bits
authorAvi Kivity <avi@redhat.com>
Sun, 12 Feb 2012 18:12:49 +0000 (20:12 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:43 +0000 (13:44 +0200)
commitd6f2ea22a05b429ba83248b80a625b6fe1d927f3
tree9304f567870504368672314d5596f6fdb073f8be
parent5312bd8b3152f8d4fcf9389ba54e32b09f4b4093
memory: compress phys_map node pointers to 16 bits

Use an expanding vector to store nodes.  Allocation is baroque to g_renew()
potentially invalidating pointers; this will be addressed later.

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