[Qemu-devel] [PATCH for 4.1 v5 0/2] target/mips: Fixes for 4.1 rc1

Aleksandar Markovic posted 2 patches 4 years, 9 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1563806584-25975-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aleksandar Rikalo <arikalo@wavecomp.com>, Aleksandar Markovic <amarkovic@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>
target/mips/msa_helper.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
target/mips/translate.c  |  2 ++
2 files changed, 76 insertions(+)
[Qemu-devel] [PATCH for 4.1 v5 0/2] target/mips: Fixes for 4.1 rc1
Posted by Aleksandar Markovic 4 years, 9 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

This includes fixes for a problems in switch statements found by GCC
8.3 improved code analysis features, and one big endian host fix.

v4->v5:

  - three patches that got integrated in rc1 removed
  - patch on MSA pack instruction corrected
  - added r-b lines

v3->v4:

  - complete the last patch

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 (2):
  target/mips: Add 'fall through' comments for handling nanoMips' SHXS,
    SWXS
  target/mips: Fix emulation of MSA pack instructions on big endian
    hosts

 target/mips/msa_helper.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
 target/mips/translate.c  |  2 ++
 2 files changed, 76 insertions(+)

-- 
2.7.4