commit | 8786db7cb96f8ce5c75c6e1e074319c9dca8d356 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Oct 02 13:53:41 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 15 11:43:06 2012 +0200 |
tree | 993e608424e27fee8df99b3f67125f1f5449cbb9 | |
parent | 12b40e471f33e552fa3d962887b416cf67831446 [diff] |
memory: prepare AddressSpace for exporting AddressSpace contains a member, current_map, of type FlatView. Since we want to limit the leakage of internal types to public headers, switch to a pointer to a FlatView. There is no performance impact as this isn't used during lookups, only address space reconfigurations. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>