qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/9] target/mips: Misc fixes


From: Aleksandar Markovic
Subject: [Qemu-devel] [PATCH v2 0/9] target/mips: Misc fixes
Date: Wed, 23 Jan 2019 12:15:51 +0100

From: Aleksandar Markovic <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]