[Qemu-devel] [PATCH 0/5] target-mips: fixes, start using trace points

Philippe Mathieu-Daudé posted 5 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170304185652.10675-1-f4bug@amsat.org
Test checkpatch passed
Test docker passed
Makefile.objs            |   1 +
target/mips/helper.c     |  16 ++++--
target/mips/trace-events |   5 ++
target/mips/translate.c  | 129 ++++++++++++++++++++++-------------------------
4 files changed, 79 insertions(+), 72 deletions(-)
create mode 100644 target/mips/trace-events
[Qemu-devel] [PATCH 0/5] target-mips: fixes, start using trace points
Posted by Philippe Mathieu-Daudé 7 years, 1 month ago
This patchset fixes two easy-to-fix clang warnings and replace few
qemu_log_mask() with trace points.

Philippe Mathieu-Daudé (5):
  target-mips: fix compiler warnings (clang 5)
  target-mips: remove old & unuseful comments
  target-mips: log bad coprocessor0 register accesses with LOG_UNIMP
  target-mips: replace break by goto cp0_unimplemented
  target-mips: replace few LOG_DISAS() with trace points

 Makefile.objs            |   1 +
 target/mips/helper.c     |  16 ++++--
 target/mips/trace-events |   5 ++
 target/mips/translate.c  | 129 ++++++++++++++++++++++-------------------------
 4 files changed, 79 insertions(+), 72 deletions(-)
 create mode 100644 target/mips/trace-events

-- 
2.11.0