qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] MIPS queue for October 2018 - part 3
@ 2018-10-25 20:19 Aleksandar Markovic
  2018-10-25 20:19 ` [Qemu-devel] [PULL 1/3] target/mips: Add nanoMIPS CRC32 instruction pool Aleksandar Markovic
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Aleksandar Markovic @ 2018-10-25 20:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, amarkovic

From: Aleksandar Markovic <amarkovic@wavecomp.com>

The following changes since commit 808ebd66e467f77c0d1f8c6346235f81e9c99cf2:

  Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' into staging (2018-10-25 17:41:03 +0100)

are available in the git repository at:

  https://github.com/AMarkovic/qemu tags/mips-queue-oct-2018-part-3

for you to fetch changes up to 89a955e8df3dba6f96859cd0339356243b6c996f:

  target/mips: Add disassembler support for nanoMIPS (2018-10-25 22:13:33 +0200)

----------------------------------------------------------------
MIPS queue for October 2018 - part 3

  - this pull request contains three assorted nanoMIPS issues
  - three checkpatch.pl warnings are known and should be ignored
----------------------------------------------------------------

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] 11+ messages in thread

end of thread, other threads:[~2018-11-27 12:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25 20:19 [Qemu-devel] [PULL 0/3] MIPS queue for October 2018 - part 3 Aleksandar Markovic
2018-10-25 20:19 ` [Qemu-devel] [PULL 1/3] target/mips: Add nanoMIPS CRC32 instruction pool Aleksandar Markovic
2018-10-25 20:19 ` [Qemu-devel] [PULL 2/3] target/mips: Implement emulation of nanoMIPS EVA instructions Aleksandar Markovic
2018-10-29 10:57   ` Peter Maydell
2018-10-29 11:14     ` Aleksandar Markovic
2018-10-25 20:19 ` [Qemu-devel] [PULL 3/3] target/mips: Add disassembler support for nanoMIPS Aleksandar Markovic
2018-11-08  8:00   ` Stefan Weil
2018-11-08  9:18     ` Aleksandar Markovic
2018-11-27 11:24     ` Peter Maydell
2018-11-27 12:27       ` Stefan Weil
2018-10-26 21:22 ` [Qemu-devel] [PULL 0/3] MIPS queue for October 2018 - part 3 Peter Maydell

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).