Hi, Just two patches for MIPS. Probably there'll be one more pullreq before the hard-freeze adding the initial CPS support.
Thanks, Leon Cc: Peter Maydell <peter.mayd...@linaro.org> Cc: Aurelien Jarno <aurel...@aurel32.net> The following changes since commit ffa6564c9b13cea4b704e184d29d721f2cb061bb: Merge remote-tracking branch 'remotes/weil/tags/pull-wxx-20160322' into staging (2016-03-22 20:27:55 +0000) are available in the git repository at: git://github.com/lalrae/qemu.git tags/mips-20160323 for you to fetch changes up to b7c4ab809a4bfde4ab322b49fbe2e47536da7487: default-configs: add mips-softmmu-common.mak (2016-03-23 13:36:56 +0000) ---------------------------------------------------------------- MIPS patches 2016-03-23 Changes: * add mips-softmmu-common.mak * indicate presence of IEEE 754-2008 FPU in MIPS64R6-generic and P5600 ---------------------------------------------------------------- Leon Alrae (2): target-mips: indicate presence of IEEE 754-2008 FPU in R6/R5+MSA CPUs default-configs: add mips-softmmu-common.mak default-configs/mips-softmmu-common.mak | 32 ++++++++++++++++++++++++++++++++ default-configs/mips-softmmu.mak | 31 +------------------------------ default-configs/mips64-softmmu.mak | 31 +------------------------------ default-configs/mips64el-softmmu.mak | 31 +------------------------------ default-configs/mipsel-softmmu.mak | 31 +------------------------------ target-mips/cpu.h | 3 +++ target-mips/translate.c | 1 + target-mips/translate_init.c | 22 +++++++++++++--------- 8 files changed, 53 insertions(+), 129 deletions(-) create mode 100644 default-configs/mips-softmmu-common.mak