[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/5] target-mips: fixes, start using trace points
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH 0/5] target-mips: fixes, start using trace points |
Date: |
Sat, 4 Mar 2017 15:56:47 -0300 |
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
- [Qemu-devel] [PATCH 0/5] target-mips: fixes, start using trace points,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 1/5] target-mips: fix compiler warnings (clang 5), Philippe Mathieu-Daudé, 2017/03/04
- [Qemu-devel] [PATCH 2/5] target-mips: remove old & unuseful comments, Philippe Mathieu-Daudé, 2017/03/04
- [Qemu-devel] [PATCH 3/5] target-mips: log bad coprocessor0 register accesses with LOG_UNIMP, Philippe Mathieu-Daudé, 2017/03/04
- [Qemu-devel] [PATCH 5/5] target-mips: replace few LOG_DISAS() with trace points, Philippe Mathieu-Daudé, 2017/03/04
- [Qemu-devel] [PATCH 4/5] target-mips: replace break by goto cp0_unimplemented, Philippe Mathieu-Daudé, 2017/03/04