Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170108' into staging
commitf634151b02ce5c80605383894f1f63f2c12e0033
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jan 2017 19:07:12 +0000 (9 19:07 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jan 2017 19:07:12 +0000 (9 19:07 +0000)
tree410a26e071ab4994ef12fbd793d5b79354305eb3
parent77424a452abe5f941d8cd81f1e85f42bca31c9ef
parentf68808c7494b38764e1895a9852b994638b86536
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170108' into staging

TCG host support for mips64

# gpg: Signature made Sun 08 Jan 2017 17:52:17 GMT
# gpg:                using RSA key 0xAD1270CC4DD0279B
# gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
# gpg:                 aka "Richard Henderson <rth@redhat.com>"
# gpg:                 aka "Richard Henderson <rth@twiddle.net>"
# Primary key fingerprint: 9CB1 8DDA F8E8 49AD 2AFC  16A4 AD12 70CC 4DD0 279B

* remotes/rth/tags/pull-tcg-20170108:
  translate-all: Avoid -Werror=switch-bool
  tcg-mips: Adjust qemu_ld/st for mips64
  tcg-mips: Adjust calling conventions for mips64
  tcg-mips: Add tcg unwind info
  tcg-mips: Adjust prologue for mips64
  tcg-mips: Adjust load/store functions for mips64
  tcg-mips: Adjust move functions for mips64
  tcg-mips: Add bswap32u and bswap64
  tcg-mips: Support 64-bit opcodes
  tcg-mips: Add mips64 opcodes
  tcg-mips: Move bswap code to a subroutine

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