hw/arm/virt: Create the GIC ourselves rather than (ab)using a15mpcore_priv
commit642047438446246d98d96f7528a5dc9763473112
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 1 May 2014 14:24:46 +0000 (1 15:24 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 May 2014 14:24:46 +0000 (1 15:24 +0100)
treedae12ee875ae693024295909d83b1aa65d8ecfae
parent37f0806ed9ebaa3b7a7840048818b8916639f2db
hw/arm/virt: Create the GIC ourselves rather than (ab)using a15mpcore_priv

Rather than having the virt machine model create an a15mpcore_priv
device regardless of the actual CPU type in order to instantiate the GIC,
move to having the machine model create the GIC directly. This
corresponds to a system which uses a standalone GIC (eg the GIC-400)
rather than the one built in to the CPU core.

The primary motivation for this is to support the Cortex-A57,
which for a KVM configuration will use a GICv2, which is not
built into the CPU.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1398362083-17737-2-git-send-email-peter.maydell@linaro.org
hw/arm/virt.c