On 10/6/22 16:09, Philippe Mathieu-Daudé wrote:
On 31/5/22 15:14, Philippe Mathieu-Daudé wrote:
On 4/5/22 13:04, Stefan Pejic wrote:
nanoMips ISA support in QEMU is actively used by MediaTek and is
planned to be maintained and potentially extended by MediaTek in
future.
Un-orphan nanoMips ISA support in QEMU by setting a mainainer from
MediaTek and remove deprecation notes from documentation as well.
Signed-off-by: Stefan Pejic <stefan.pe...@syrmia.com>
---
MAINTAINERS | 3 ++-
docs/about/deprecated.rst | 26 --------------------------
2 files changed, 2 insertions(+), 27 deletions(-)
-The ``I7200`` guest CPU relies on the nanoMIPS ISA, which is deprecated
-(the ISA has never been upstreamed to a compiler toolchain). Therefore
-this CPU is also deprecated.
Thanks for contributing all these fixes! I'm glad to see this code used
and soon maintained again. Last time I tried to run a user-mode binary
it wasn't loading due to incomplete nanoMIPS ABI support. What kind of
tests are you running? Would it be possible to contributing them, to
avoid code bitrotting?
Any prebuilt binary I can use to test instructions coverage would do.