]> git.proxmox.com Git - qemu.git/commit
pl190: fix read of VECTADDR
authorBrendan Fennell <bfennell@skynet.ie>
Wed, 26 Sep 2012 15:46:28 +0000 (16:46 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:21 +0000 (21:44 -0500)
commit806d996789a01b09953b051350321183e272c76d
treeefc7c162bbbf5f1fc5592b952f48eea609cfced3
parentd893e56f7249708080e2d363ce19d30a6de30733
pl190: fix read of VECTADDR

Reading VECTADDR was causing us to set the current priority to
the wrong value, the most obvious effect of which was that we
would return the vector for the wrong interrupt as the result
of the read.

Signed-off-by: Brendan Fennell <bfennell@skynet.ie>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 14c126baf1c38607c5bd988878de85a06cefd8cf)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/pl190.c