exec: separate current radix tree from the one being built
commit0075270317fbd37160bc40e481a1e9cb5cbdc2f6
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 May 2013 10:13:54 +0000 (29 12:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jul 2013 15:42:49 +0000 (4 17:42 +0200)
tree38d117647cfc11cdd7d6524fdffd5c4c1169be13
parent89ae337acbe4dba5b2481007aec1277252d2b86c
exec: separate current radix tree from the one being built

This same treatment previously done to phys_node_map and phys_sections
is now applied to the dispatch field of AddressSpace.  Topology updates
use as->next_dispatch while accesses use as->dispatch.

Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
include/exec/memory.h