[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for 4.1 v3 0/5] target/mips: Fixes for 4.1 rc1
From: |
Aleksandar Markovic |
Subject: |
[Qemu-devel] [PATCH for 4.1 v3 0/5] target/mips: Fixes for 4.1 rc1 |
Date: |
Mon, 15 Jul 2019 21:53:21 +0200 |
From: Aleksandar Markovic <address@hidden>
At the moment, this includes fixes for problems in switch statements
found by GCC 8.3 improved code analysis features, and one big endian
host fix.
v2->v3:
- fix handling of MSA pack instructions on big endian host
v1->v2:
- excluded the patch on "ucontext" that will go into linux user queue
Aleksandar Markovic (5):
target/mips: Add 'fall through' comments for handling nanoMips' SHXS,
SWXS
target/mips: Add missing 'break' for a case of MTHC0 handling
target/mips: Add missing 'break' for certain cases of MFTR handling
target/mips: Add missing 'break' for certain cases of MTTR handling
target/mips: Fix emulation of MSA pack instructions on big endian
hosts
target/mips/msa_helper.c | 66 ------------------------------------------------
target/mips/translate.c | 7 +++++
2 files changed, 7 insertions(+), 66 deletions(-)
--
2.7.4
- [Qemu-devel] [PATCH for 4.1 v3 0/5] target/mips: Fixes for 4.1 rc1,
Aleksandar Markovic <=
- [Qemu-devel] [PATCH for 4.1 v3 4/5] target/mips: Add missing 'break' for certain cases of MTTR handling, Aleksandar Markovic, 2019/07/15
- [Qemu-devel] [PATCH for 4.1 v3 1/5] target/mips: Add 'fall through' comments for handling nanoMips' SHXS, SWXS, Aleksandar Markovic, 2019/07/15
- [Qemu-devel] [PATCH for 4.1 v3 2/5] target/mips: Add missing 'break' for a case of MTHC0 handling, Aleksandar Markovic, 2019/07/15
- [Qemu-devel] [PATCH for 4.1 v3 3/5] target/mips: Add missing 'break' for certain cases of MFTR handling, Aleksandar Markovic, 2019/07/15
- [Qemu-devel] [PATCH for 4.1 v3 5/5] target/mips: Fix emulation of MSA pack instructions on big endian hosts, Aleksandar Markovic, 2019/07/15