[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
- [Qemu-devel] [PATCH v2 0/9] target/mips: Misc fixes,
Aleksandar Markovic <=
- [Qemu-devel] [PATCH v2 1/9] target/mips: nanoMIPS: Remove duplicate macro definitions, Aleksandar Markovic, 2019/01/23
- [Qemu-devel] [PATCH v2 4/9] target/mips: Correct the second argument type of cpu_supports_isa(), Aleksandar Markovic, 2019/01/23
- [Qemu-devel] [PATCH v2 3/9] target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers, Aleksandar Markovic, 2019/01/23
- [Qemu-devel] [PATCH v2 2/9] target/mips: nanoMIPS: Remove an unused macro, Aleksandar Markovic, 2019/01/23
- [Qemu-devel] [PATCH v2 7/9] target/mips: nanoMIPS: Fix branch handling, Aleksandar Markovic, 2019/01/23
- [Qemu-devel] [PATCH v2 9/9] MAINTAINERS: Update MIPS sections, Aleksandar Markovic, 2019/01/23
- [Qemu-devel] [PATCH v2 5/9] target/mips: Extend gen_scwp() functionality to support EVA, Aleksandar Markovic, 2019/01/23