commit | 256d3e21f22c2c285d8c170ea6488825cc7c7ae2 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Aug 24 13:17:33 2018 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Aug 24 13:17:33 2018 +0100 |
tree | ee02ea9ee0fbaaa5192deb62993b0c15f7171ad8 | |
parent | 582c8f75a23376d50e9be4f2fa1d21356b32b0c6 [diff] |
hw/arm/fsl-imx6ul: 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-6-peter.maydell@linaro.org