]> git.proxmox.com Git - qemu.git/commit
exec: move listener from AddressSpaceDispatch to AddressSpace
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 2 Jun 2013 08:39:07 +0000 (10:39 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jul 2013 15:42:49 +0000 (17:42 +0200)
commit89ae337acbe4dba5b2481007aec1277252d2b86c
tree0ba3c064367883796c4665a91bf7d1821bea35f3
parentc2fc83e83d4fbc6f63b2b0f0be898374e6ddc78f
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>
exec.c
include/exec/memory.h