mbox series

[0/8] target/mips: Maintenance and misc fixes and improvements

Message ID 1530727708-5416-1-git-send-email-aleksandar.markovic@rt-rk.com
Headers show
Series target/mips: Maintenance and misc fixes and improvements | expand

Message

Aleksandar Markovic July 4, 2018, 6:08 p.m. UTC
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Maintenance issues, fixes, and improvements collected during recent
development. Some of them are related to the upcoming nanoMIPS changes.

Note: These patches are, of course, supposed to be applied AFTER soft
freeze.

Aleksandar Markovic (4):
  target/mips: Update maintainer's email addresses
  target/mips: Workaround for checkpatch.pl hanging on msa_helper.c
  target/mips: Update some CP0 registers bit definitions
  target/mips: Avoid case statements formulated by ranges

Stefan Markovic (1):
  target/mips: Add CP0 BadInstrX register

Yongbok Kim (3):
  target/mips: Amend CP0 WatchHi register implementation
  target/mips: Don't update BadVAddr register in Debug Mode
  target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0

 .mailmap                 |   7 +-
 MAINTAINERS              |   9 +-
 target/mips/cpu.h        |  44 ++++---
 target/mips/helper.c     |   4 +-
 target/mips/helper.h     |   3 +
 target/mips/machine.c    |   7 +-
 target/mips/msa_helper.c |   4 +-
 target/mips/op_helper.c  |  35 +++++-
 target/mips/translate.c  | 311 ++++++++++++++++++++++++++++++++++++++---------
 9 files changed, 338 insertions(+), 86 deletions(-)