Just three fairly small bugfixes... -- PMM
The following changes since commit 8f280309030331a912fd8924c129d8bd59e1bdc7: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-11-18 17:07:24 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20151119 for you to fetch changes up to ce8a1b5449cd8c4c2831abb581d3208c3a3745a0: target-arm: Update condexec before arch BP check in AA32 translation (2015-11-19 12:51:08 +0000) ---------------------------------------------------------------- target-arm queue: * add missing condexec updates when emulating architectural breakpoints and coprocessor access checks in Thumb translation (could in theory cause problems when these happened inside a Thumb IT block and an exception was taken) * arm_gic: correctly restore nested IRQ priority ---------------------------------------------------------------- François Baldassari (1): hw/arm_gic: Correctly restore nested irq priority Sergey Fedorov (2): target-arm: Update condexec before CP access check in AA32 translation target-arm: Update condexec before arch BP check in AA32 translation hw/intc/arm_gic.c | 4 ++-- target-arm/translate.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-)