From: Aleksandar Markovic <amarko...@wavecomp.com> The following changes since commit 1b46b4daa6fbf45eddcf77877379a0afac341df9:
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190517-pull-request' into staging (2019-05-17 17:25:19 +0100) are available in the git repository at: https://github.com/AMarkovic/qemu tags/mips-queue-may-19-2019 for you to fetch changes up to 71074d1d2fae9a0c8dab87c5bb5271a71d6cb7ab: mips: Decide to map PAGE_EXEC in map_address (2019-05-19 12:11:46 +0200) ---------------------------------------------------------------- MIPS queue for May 19th, 2019 * A fix for HelenOS boot hang (related to the flag PAGE_EXEC) * A set of fixes for emulation of MSA ASE on big endian hosts * Improved usage of object_initialize() and object_initialize_child() * Better handling of 'div by zero' cases in MSA ASE ---------------------------------------------------------------- Jakub Jermář (1): mips: Decide to map PAGE_EXEC in map_address Mateja Marjanovic (7): target/mips: Make the results of DIV_<U|S>.<B|H|W|D> the same as on hardware target/mips: Make the results of MOD_<U|S>.<B|H|W|D> the same as on hardware target/mips: Fix MSA instructions LD.<B|H|W|D> on big endian host target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host target/mips: Refactor and fix COPY_S.<B|H|W|D> instructions target/mips: Refactor and fix COPY_U.<B|H|W> instructions target/mips: Refactor and fix INSERT.<B|H|W|D> instructions Philippe Mathieu-Daudé (2): hw/mips: Use object_initialize() on MIPSCPSState hw/mips: Use object_initialize_child for correct reference counting hw/mips/boston.c | 25 ++-- hw/mips/cps.c | 20 +-- hw/mips/mips_malta.c | 17 +-- target/mips/helper.c | 13 +- target/mips/helper.h | 16 +- target/mips/msa_helper.c | 191 ++++++++++++++++-------- target/mips/op_helper.c | 376 ++++++++++++++++++++++++++++++++++++++++++----- target/mips/translate.c | 59 +++++++- 8 files changed, 574 insertions(+), 143 deletions(-) -- 2.7.4