qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/9] target/mips: Misc fixes
@ 2019-01-23 11:15 Aleksandar Markovic
  2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 1/9] target/mips: nanoMIPS: Remove duplicate macro definitions Aleksandar Markovic
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Aleksandar Markovic @ 2019-01-23 11:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien, amarkovic, arikalo

From: Aleksandar Markovic <amarkovic@wavecomp.com>

A collection of misc fixes for MIPS.

v1->v2:

  - commit messages updated according to the reviewer's
    comments
  - other corrections of commit messages, mostly minor
  - added patches 7, 8, and 9
  - rebased to the latest code

Aleksandar Markovic (7):
  target/mips: nanoMIPS: Remove duplicate macro definitions
  target/mips: nanoMIPS: Remove an unused macro
  target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR
    numbers
  target/mips: Correct the second argument type of cpu_supports_isa()
  target/mips: Extend gen_scwp() functionality to support EVA
  disas: nanoMIPS: Amend DSP instructions related comments
  MAINTAINERS: Update MIPS sections

Stefan Markovic (1):
  target/mips: nanoMIPS: Fix branch handling

Yongbok Kim (1):
  target/mips: Add I6500 core configuration

 MAINTAINERS                      |   9 ---
 disas/nanomips.cpp               | 119 ++++++++++++++++++++++++---------------
 target/mips/cpu.h                |   2 +-
 target/mips/translate.c          |  61 ++++++++++----------
 target/mips/translate_init.inc.c |  40 +++++++++++++
 5 files changed, 148 insertions(+), 83 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-01-24 14:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-23 11:15 [Qemu-devel] [PATCH v2 0/9] target/mips: Misc fixes Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 1/9] target/mips: nanoMIPS: Remove duplicate macro definitions Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 2/9] target/mips: nanoMIPS: Remove an unused macro Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 3/9] target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers Aleksandar Markovic
2019-01-24 14:27   ` Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 4/9] target/mips: Correct the second argument type of cpu_supports_isa() Aleksandar Markovic
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 5/9] target/mips: Extend gen_scwp() functionality to support EVA Aleksandar Markovic
2019-01-24 14:25   ` Aleksandar Rikalo
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 6/9] disas: nanoMIPS: Amend DSP instructions related comments Aleksandar Markovic
2019-01-24 14:29   ` Aleksandar Rikalo
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 7/9] target/mips: nanoMIPS: Fix branch handling Aleksandar Markovic
2019-01-24 14:34   ` Aleksandar Rikalo
2019-01-23 11:15 ` [Qemu-devel] [PATCH v2 8/9] target/mips: Add I6500 core configuration Aleksandar Markovic
2019-01-24 14:30   ` Aleksandar Rikalo
2019-01-23 11:16 ` [Qemu-devel] [PATCH v2 9/9] MAINTAINERS: Update MIPS sections Aleksandar Markovic
2019-01-23 18:28   ` Philippe Mathieu-Daudé

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