commit | 0475d94fffe4e5fda59e0334b6dd53df00c5deb6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed May 29 12:28:21 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 04 17:42:49 2013 +0200 |
tree | 94e4d11a095fd1c38a3a7d02d930bc1b19b76ca3 | |
parent | 0075270317fbd37160bc40e481a1e9cb5cbdc2f6 [diff] |
exec: put memory map in AddressSpaceDispatch After this patch, AddressSpaceDispatch holds a constistent tuple of (phys_map, nodes, sections). This will be important when updates of the topology will run concurrently with reads. cur_map is not used anymore except for freeing it at the end of the topology update. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>