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