[Qemu-devel] [PATCH v4 00/11] disas: nanoMIPS: Clean up several issues

Aleksandar Markovic posted 11 patches 6 years, 10 months ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1545671976-13630-1-git-send-email-aleksandar.markovic@rt-rk.com
There is a newer version of this series
disas/nanomips.cpp | 1825 +++++++++++++++++++++++-----------------------------
disas/nanomips.h   |  100 ++-
2 files changed, 848 insertions(+), 1077 deletions(-)
[Qemu-devel] [PATCH v4 00/11] disas: nanoMIPS: Clean up several issues
Posted by Aleksandar Markovic 6 years, 10 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Clean up several misc issues in nanoMIPS disassembler. There are
more issues to be cleaned, and this is meant to be just the first
phase. Complete cleanup should happen over the course of next
few months.

All these changes should not and do not affect any functionality.

v3->v4:

  - added patch "Name more functions in a more descriptive way"
  - added patch "Fix order of more invocations"
  - added patch "Fix comments for 48-bit instructions"
  - minor cleanups of previous commit messages

v2->v3:

  - added three patches that fix function misnomers.
  - minor changes in commit messages.

v1->v2:

  - patch 5 was somehow lost in v1, now should be fine.

Aleksandar Markovic (11):
  disas: nanoMIPS: Fix preamble text in nanomips.* files
  disas: nanoMIPS: Remove functions that are not used
  disas: nanoMIPS: Fix a function misnomer
  disas: nanoMIPS: Fix order of some invocations
  disas: nanoMIPS: Name some functions in a more descriptive way
  disas: nanoMIPS: Fix an FP-related misnomer 1
  disas: nanoMIPS: Fix an FP-related misnomer 2
  disas: nanoMIPS: Fix an FP-related misnomer 3
  disas: nanoMIPS: Name more functions in a more descriptive way
  disas: nanoMIPS: Fix order of more invocations
  disas: nanoMIPS: Fix comments for 48-bit instructions

 disas/nanomips.cpp | 1825 +++++++++++++++++++++++-----------------------------
 disas/nanomips.h   |  100 ++-
 2 files changed, 848 insertions(+), 1077 deletions(-)

-- 
2.7.4