commit | 0075270317fbd37160bc40e481a1e9cb5cbdc2f6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed May 29 12:13:54 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 04 17:42:49 2013 +0200 |
tree | 38d117647cfc11cdd7d6524fdffd5c4c1169be13 | |
parent | 89ae337acbe4dba5b2481007aec1277252d2b86c [diff] |
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>