exec: put memory map in AddressSpaceDispatch
commit0475d94fffe4e5fda59e0334b6dd53df00c5deb6
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 May 2013 10:28:21 +0000 (29 12:28 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jul 2013 15:42:49 +0000 (4 17:42 +0200)
tree94e4d11a095fd1c38a3a7d02d930bc1b19b76ca3
parent0075270317fbd37160bc40e481a1e9cb5cbdc2f6
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>
exec.c