OSDN Git Service

Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 11 May 2018 14:41:29 +0000 (15:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 11 May 2018 14:41:29 +0000 (15:41 +0100)
commitc74e62ee3e2dc2955e07d004c71badecb68a84eb
treed20da427e30c03e58e7ff560b29b012a6fb31d18
parent6d7cde809d915e14728eda0af1c0618eb5710a96
parent5b4f1d2db9fb0e24549054ee58c7a7d8f84ddd6e
Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into staging

* Fix all next_page checks for overflow.
* Convert six targets to the translator loop.

# gpg: Signature made Wed 09 May 2018 18:20:43 BST
# gpg:                using RSA key 64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>"
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* remotes/rth/tags/cota-target-pull-request: (28 commits)
  target/riscv: convert to TranslatorOps
  target/riscv: convert to DisasContextBase
  target/riscv: convert to DisasJumpType
  target/openrisc: convert to TranslatorOps
  target/openrisc: convert to DisasContextBase
  target/s390x: convert to TranslatorOps
  target/s390x: convert to DisasContextBase
  target/s390x: convert to DisasJumpType
  target/mips: convert to TranslatorOps
  target/mips: use *ctx for DisasContext
  target/mips: convert to DisasContextBase
  target/mips: convert to DisasJumpType
  target/mips: use lookup_and_goto_ptr on BS_STOP
  target/sparc: convert to TranslatorOps
  target/sparc: convert to DisasContextBase
  target/sparc: convert to DisasJumpType
  target/sh4: convert to TranslatorOps
  translator: merge max_insns into DisasContextBase
  target/mips: avoid integer overflow in next_page PC check
  target/s390x: avoid integer overflow in next_page PC check
  ...

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