Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170921' into staging
commit9ee660e7c138595224b65ddc1c5712549f0a278c
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2017 13:40:30 +0000 (21 14:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2017 13:40:32 +0000 (21 14:40 +0100)
treefc91b907a3befd431541637c407b77142a829354
parentff5667ed53c544c4dc88dcd7cb23cc509c9a55e0
parent2a2be359c4335607c7f746cf27c412c08ab89aff
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170921' into staging

MIPS patches 2017-09-21

Changes:
QOMify MIPS cpu
Improve macro parenthesization

# gpg: Signature made Thu 21 Sep 2017 13:50:37 BST
# gpg:                using RSA key 0x2238EB86D5F797C2
# gpg: Good signature from "Yongbok Kim <yongbok.kim@imgtec.com>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 8600 4CF5 3415 A5D9 4CFA  2B5C 2238 EB86 D5F7 97C2

* remotes/yongbok/tags/mips-20170921:
  mips: Improve macro parenthesization
  mips: replace cpu_mips_init() with cpu_generic_init()
  mips: MIPSCPU model subclasses
  mips: call cpu_mips_realize_env() from mips_cpu_realizefn()
  mips: split cpu_mips_realize_env() out of cpu_mips_init()
  mips: introduce internal.h and cleanup cpu.h
  mips: move hw/mips/cputimer.c to target/mips/

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