]> Git Repo - qemu.git/commit
target-arm: kvm: use AddressSpace-specific listener
authorPaolo Bonzini <[email protected]>
Mon, 17 Oct 2016 18:22:16 +0000 (19:22 +0100)
committerPeter Maydell <[email protected]>
Mon, 17 Oct 2016 18:22:16 +0000 (19:22 +0100)
commit4344af65e7448b3d03b060d0844d92e0cc6bcc2b
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 <[email protected]>
[PMM: added missing #include "exec/address-spaces.h"]
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 1475219846[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target-arm/kvm.c
This page took 0.021659 seconds and 4 git commands to generate.