qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] target/mips: Add some nanoMIPS bits and pieces
@ 2018-10-25  8:49 Aleksandar Markovic
  2018-10-25  8:49 ` [Qemu-devel] [PATCH v2 1/3] target/mips: Add nanoMIPS CRC32 instruction pool Aleksandar Markovic
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Aleksandar Markovic @ 2018-10-25  8:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien, amarkovic, smarkovic, pjovanovic

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Add nanoMIPS bits and pieces that for various reasons didn't manage
to be integrated.

NOTE: Three checkpatch.pl warning are known, and won't be fixed:
one is dictated by file format, and the other two are bogus.

v1->v2:

  - added support for successful builds within environments without
    c++ compiler (done after a similar case of arm_64 disassembler)
  - further cleanup of disas/nanomips.cpp

Aleksandar Markovic (2):
  target/mips: Add nanoMIPS CRC32 instruction pool
  target/mips: Add disassembler support for nanoMIPS

Dimitrije Nikolic (1):
  target/mips: Implement emulation of nanoMIPS EVA instructions

 MAINTAINERS             |     2 +
 configure               |     3 +
 disas/Makefile.objs     |     1 +
 disas/nanomips.cpp      | 22242 ++++++++++++++++++++++++++++++++++++++++++++++
 disas/nanomips.h        |  1099 +++
 include/disas/bfd.h     |     1 +
 include/exec/poison.h   |     1 +
 target/mips/cpu.c       |    13 +-
 target/mips/translate.c |   138 +
 9 files changed, 23498 insertions(+), 2 deletions(-)
 create mode 100644 disas/nanomips.cpp
 create mode 100644 disas/nanomips.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-25 13:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25  8:49 [Qemu-devel] [PATCH v2 0/3] target/mips: Add some nanoMIPS bits and pieces Aleksandar Markovic
2018-10-25  8:49 ` [Qemu-devel] [PATCH v2 1/3] target/mips: Add nanoMIPS CRC32 instruction pool Aleksandar Markovic
2018-10-25 10:07   ` Stefan Markovic
2018-10-25  8:49 ` [Qemu-devel] [PATCH v2 2/3] target/mips: Implement emulation of nanoMIPS EVA instructions Aleksandar Markovic
2018-10-25 10:29   ` Stefan Markovic
2018-10-25  8:49 ` [Qemu-devel] [PATCH v2 3/3] target/mips: Add disassembler support for nanoMIPS Aleksandar Markovic
2018-10-25 13:14   ` Stefan Markovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).