commit | d6f2ea22a05b429ba83248b80a625b6fe1d927f3 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Feb 12 20:12:49 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Feb 29 13:44:43 2012 +0200 |
tree | 9304f567870504368672314d5596f6fdb073f8be | |
parent | 5312bd8b3152f8d4fcf9389ba54e32b09f4b4093 [diff] |
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>