OSDN Git Service

hw/arm/vexpress: Connect VIRQ and VFIQ
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:32 +0000 (13:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Aug 2018 12:17:32 +0000 (13:17 +0100)
commit33383e9bbb5e5d083d491d84197c60ca8d4a9b4f
treebeb1efd86c9c1ef509acda0e84302b462f3d3d8b
parent7210918cade19b7c6f14c4403aac0fd381c07b1d
hw/arm/vexpress: Connect VIRQ and VFIQ

Connect the VIRQ and VFIQ lines from the GIC to the CPU;
these exist always for both CPU and GIC whether the
virtualization extensions are enabled or not, so we
can just unconditionally connect them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Message-id: 20180821132811.17675-4-peter.maydell@linaro.org
hw/arm/vexpress.c