[PATCH v2 0/4] target/mips: misc microMIPS fixes

Marcin Nowakowski posted 4 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230216051717.3911212-1-marcin.nowakowski@fungible.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
target/mips/cpu-defs.c.inc    | 13 +++++++++++--
target/mips/cpu.c             |  6 ++++--
target/mips/cpu.h             |  1 +
target/mips/tcg/ldst_helper.c |  4 ++--
target/mips/tcg/translate.c   |  7 +++++++
5 files changed, 25 insertions(+), 6 deletions(-)
[PATCH v2 0/4] target/mips: misc microMIPS fixes
Posted by Marcin Nowakowski 1 year, 2 months ago
v2:
  - add reviewed-by to patch 1 & 2
  - add CP0.Config7.WII for P5600
  - new patch: add CP0.Config[4,5] for M14K(c)

Marcin Nowakowski (4):
  target/mips: fix JALS32/J32 instruction handling for microMIPS
  target/mips: fix SWM32 handling for micromips
  target/mips: implement CP0.Config7.WII bit support
  target/mips: set correct CP0.Config[4,5] values for M14K(c)

 target/mips/cpu-defs.c.inc    | 13 +++++++++++--
 target/mips/cpu.c             |  6 ++++--
 target/mips/cpu.h             |  1 +
 target/mips/tcg/ldst_helper.c |  4 ++--
 target/mips/tcg/translate.c   |  7 +++++++
 5 files changed, 25 insertions(+), 6 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/4] target/mips: misc microMIPS fixes
Posted by Philippe Mathieu-Daudé 1 year, 1 month ago
> Marcin Nowakowski (4):
>    target/mips: fix JALS32/J32 instruction handling for microMIPS
>    target/mips: fix SWM32 handling for micromips
>    target/mips: implement CP0.Config7.WII bit support
>    target/mips: set correct CP0.Config[4,5] values for M14K(c)

Merged as commits 9055ffd76e..dcebb36eb0.