[PATCH 0/7] Undeprecate nanoMIPS and fix multiple bugs

Stefan Pejic posted 7 patches 2 years ago
Failed in applying to current master (apply log)
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Stefan Pejic <stefan.pejic@syrmia.com>
MAINTAINERS                              |  3 ++-
docs/about/deprecated.rst                | 26 -------------------
target/mips/cpu.h                        |  2 +-
target/mips/tcg/nanomips_translate.c.inc | 33 +++++++++++++++++++++---
target/mips/tcg/translate.c              |  5 ++--
5 files changed, 35 insertions(+), 34 deletions(-)
[PATCH 0/7] Undeprecate nanoMIPS and fix multiple bugs
Posted by Stefan Pejic 2 years ago
This series of patches aims to undeprecate nanoMIPS architecture and fix
several issues that were found in recent testings.

Dragan Mladjenovic (4):
  target/mips: Fix emulation of nanoMips EXTRV_S.H instruction
  target/mips: Fix emulation of nanoMips BPOSGE32C instruction
  target/mips: Fix emulation of nanoMips BNEC[32] instruction
  target/mips: Fix handling of unaligned memory access for nanoMips ISA

Stefan Pejic (3):
  target/mips: Fix emulation of nanoMips MTHLIP instruction
  target/mips: Add missing default cases for some nanoMips pools
  target/mips: Undeprecate nanoMips ISA support in QEMU

 MAINTAINERS                              |  3 ++-
 docs/about/deprecated.rst                | 26 -------------------
 target/mips/cpu.h                        |  2 +-
 target/mips/tcg/nanomips_translate.c.inc | 33 +++++++++++++++++++++---
 target/mips/tcg/translate.c              |  5 ++--
 5 files changed, 35 insertions(+), 34 deletions(-)

-- 
2.25.1
Re: [PATCH 0/7] Undeprecate nanoMIPS and fix multiple bugs
Posted by Philippe Mathieu-Daudé via 1 year, 11 months ago
On 4/5/22 13:03, Stefan Pejic wrote:
> This series of patches aims to undeprecate nanoMIPS architecture and fix
> several issues that were found in recent testings.
> 
> Dragan Mladjenovic (4):
>    target/mips: Fix emulation of nanoMips EXTRV_S.H instruction
>    target/mips: Fix emulation of nanoMips BPOSGE32C instruction
>    target/mips: Fix emulation of nanoMips BNEC[32] instruction
>    target/mips: Fix handling of unaligned memory access for nanoMips ISA
> 
> Stefan Pejic (3):
>    target/mips: Fix emulation of nanoMips MTHLIP instruction
>    target/mips: Add missing default cases for some nanoMips pools
>    target/mips: Undeprecate nanoMips ISA support in QEMU

Thanks, queued to mips-next.