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