mbox series

[0/2] target/mips: Misc MIPS fixes and improvements for 5.0

Message ID 1576764920-24514-1-git-send-email-aleksandar.markovic@rt-rk.com (mailing list archive)
Headers show
Series target/mips: Misc MIPS fixes and improvements for 5.0 | expand

Message

Aleksandar Markovic Dec. 19, 2019, 2:15 p.m. UTC
From: Aleksandar Markovic <amarkovic@wavecomp.com>

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

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

 disas/mips.c            |   8 +++
 qemu-deprecated.texi    |   2 +-
 target/mips/helper.h    |   2 +
 target/mips/op_helper.c |  19 ++++++++
 target/mips/translate.c | 127 ++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 157 insertions(+), 1 deletion(-)