commit | 89ae337acbe4dba5b2481007aec1277252d2b86c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sun Jun 02 10:39:07 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 04 17:42:49 2013 +0200 |
tree | 0ba3c064367883796c4665a91bf7d1821bea35f3 | |
parent | c2fc83e83d4fbc6f63b2b0f0be898374e6ddc78f [diff] |
exec: move listener from AddressSpaceDispatch to AddressSpace This will help having two copies of AddressSpaceDispatch during the recreation of the radix tree (one being built, and one that is complete and will be protected by RCU). We do not want to have to unregister and re-register the listener. Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>