target-arm: kvm: use AddressSpace-specific listener
commit4344af65e7448b3d03b060d0844d92e0cc6bcc2b
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Oct 2016 18:22:16 +0000 (17 19:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Oct 2016 18:22:16 +0000 (17 19:22 +0100)
treee0d488053856e1c20a59e8620bd734954b4e1e28
parentcabbcca0375a96f2e0ccae660ca9dc1510adafbd
target-arm: kvm: use AddressSpace-specific listener

The only address space where the GIC devices are added is
address_space_memory.  There is no need to use a global
MemoryListener.

This removes the only user of global MemoryListeners.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[PMM: added missing #include "exec/address-spaces.h"]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1475219846-32609-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/kvm.c