From: Aleksandar Markovic <amarko...@wavecomp.com> The following changes since commit ea0ec714d3109e0d0523b9dacb38030e4cb142a8:
Merge remote-tracking branch 'remotes/xtensa/tags/20191023-xtensa' into staging (2019-10-24 09:55:01 +0100) are available in the git repository at: https://github.com/AMarkovic/qemu tags/mips-queue-oct-24-2019 for you to fetch changes up to f4d200d0e55ebc4e9c9af50cb9317e2f6ebe9d0c: target/mips: Add support for emulation of CRC32 group of instructions (2019-10-24 13:00:37 +0200) ---------------------------------------------------------------- MIPS queue for October 24th, 2019 - added emulation of R6 CRC32 instructions - added several mostly cosmetic leanups - a checkpath warning is a false positive ---------------------------------------------------------------- Aleksandar Markovic (10): target/mips: Clean up helper.c target/mips: Clean up op_helper.c MAINTAINERS: Update mail address of Aleksandar Rikalo target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D> target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D> target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D> target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D> target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D> target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D> target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D> Yongbok Kim (1): target/mips: Add support for emulation of CRC32 group of instructions .mailmap | 5 +- MAINTAINERS | 18 +- disas/mips.c | 8 + target/mips/helper.c | 123 +- target/mips/helper.h | 135 +- target/mips/msa_helper.c | 4244 +++++++++++++++++++++++++++++----------------- target/mips/op_helper.c | 1032 +++++++---- target/mips/translate.c | 483 +++++- 8 files changed, 4039 insertions(+), 2009 deletions(-) -- 2.7.4