qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Pejic
Subject: [PATCH 0/7] Undeprecate nanoMIPS and fix multiple bugs
Date: Wed, 4 May 2022 13:03:56 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]