[PATCH v2 0/4] target/mips: Misc MIPS fixes and improvements for 5.0

Aleksandar Markovic posted 4 patches 4 years, 4 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1576836531-2392-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>, Aleksandar Markovic <amarkovic@wavecomp.com>
There is a newer version of this series
disas/mips.c            |  10 +++
qemu-deprecated.texi    |   2 +-
target/mips/cpu.h       |   4 +-
target/mips/helper.c    |  20 ++++-
target/mips/helper.h    |   7 ++
target/mips/internal.h  |   1 +
target/mips/machine.c   |   6 +-
target/mips/op_helper.c | 171 +++++++++++++++++++++++++++++++++-----
target/mips/translate.c | 215 +++++++++++++++++++++++++++++++++++++++++++++++-
9 files changed, 402 insertions(+), 34 deletions(-)
[PATCH v2 0/4] target/mips: Misc MIPS fixes and improvements for 5.0
Posted by Aleksandar Markovic 4 years, 4 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

This series contains a variety of fixes and improvements for
target MIPS.

Aleksandar Markovic (2):
  target/mips: Rectify documentation on deprecating r4k machine
  target/mips: Add support for MIPS<32|64>R6 CRC32 ISA

Yongbok Kim (2):
  target/mips: Amend CP0 WatchHi register implementation
  target/mips: Add implementation of GINVT instruction

 disas/mips.c            |  10 +++
 qemu-deprecated.texi    |   2 +-
 target/mips/cpu.h       |   4 +-
 target/mips/helper.c    |  20 ++++-
 target/mips/helper.h    |   7 ++
 target/mips/internal.h  |   1 +
 target/mips/machine.c   |   6 +-
 target/mips/op_helper.c | 171 +++++++++++++++++++++++++++++++++-----
 target/mips/translate.c | 215 +++++++++++++++++++++++++++++++++++++++++++++++-
 9 files changed, 402 insertions(+), 34 deletions(-)

-- 
2.7.4