hw/arm/bcm2836: Wire up CPU timer interrupts correctly
commit0dc1982312a7f8b5379b039d9f799bac343cc8f3
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2016 16:33:51 +0000 (4 17:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2016 16:33:51 +0000 (4 17:33 +0100)
treed62983189f4f80ed4ff2ee4a219ed24d91072f55
parentc40e13e106243a6798b7b02b4d7de5ff6c9be128
hw/arm/bcm2836: Wire up CPU timer interrupts correctly

Wire up the CPU timer interrupts in the right order, with the
nonsecure physical timer on cntpnsirq, the hyp timer on cnthpirq,
and the secure physical timer on cntpsirq. (We did get the
virt timer right, at least.)

Reported-by: Antonio Huete Jiménez <tuxillo@quantumachine.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
Message-id: 1458210790-6621-1-git-send-email-peter.maydell@linaro.org
hw/arm/bcm2836.c