Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141104' into...
commit45da08fa8a26717eda5a18abac81b478d51d457f
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 4 Nov 2014 13:35:04 +0000 (4 13:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 4 Nov 2014 13:35:04 +0000 (4 13:35 +0000)
tree4c185e0a3da4eb7053881ff25fa80e1b7d44f9a4
parent6943109011e472c5b390044c2bf6b7b54f96f961
parent9fae24f55496ea178e9e8e351f82a02f34ddaf4d
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141104' into staging

target-arm queue:
 * avoid passing CPU env pointer around in A32/T32 decoders
 * split M profile exception masking out from A/R profile

# gpg: Signature made Tue 04 Nov 2014 12:28:15 GMT using RSA key ID 14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"

* remotes/pmaydell/tags/pull-target-arm-20141104:
  target-arm: Correct condition for taking VIRQ and VFIQ
  target-arm: Separate out M profile cpu_exec_interrupt handling
  target-arm/translate.c: Don't pass CPUARMState * to disas_arm_insn()
  target-arm/translate.c: Don't pass CPUARMState around in the decoder
  target-arm/translate.c: Don't use IS_M()
  target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()
  target-arm/translate.c: Use arm_dc_feature() in ENABLE_ARCH_ macros

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>