« Previous | Next » 

Revision 8786db7c

ID8786db7cb96f8ce5c75c6e1e074319c9dca8d356

Added by Avi Kivity over 11 years ago

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 <>
Signed-off-by: Avi Kivity <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences