qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] target-mips: fixes, start using trace points
@ 2017-03-04 18:56 Philippe Mathieu-Daudé
  2017-03-04 18:56 ` [Qemu-devel] [PATCH 1/5] target-mips: fix compiler warnings (clang 5) Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-03-04 18:56 UTC (permalink / raw)
  To: Aurelien Jarno, Yongbok Kim; +Cc: Philippe Mathieu-Daudé, qemu-devel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-03-13 15:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-04 18:56 [Qemu-devel] [PATCH 0/5] target-mips: fixes, start using trace points Philippe Mathieu-Daudé
2017-03-04 18:56 ` [Qemu-devel] [PATCH 1/5] target-mips: fix compiler warnings (clang 5) Philippe Mathieu-Daudé
2017-03-13 14:59   ` Yongbok Kim
2017-03-04 18:56 ` [Qemu-devel] [PATCH 2/5] target-mips: remove old & unuseful comments Philippe Mathieu-Daudé
2017-03-13 15:00   ` Yongbok Kim
2017-03-04 18:56 ` [Qemu-devel] [PATCH 3/5] target-mips: log bad coprocessor0 register accesses with LOG_UNIMP Philippe Mathieu-Daudé
2017-03-13 15:00   ` Yongbok Kim
2017-03-04 18:56 ` [Qemu-devel] [PATCH 4/5] target-mips: replace break by goto cp0_unimplemented Philippe Mathieu-Daudé
2017-03-13 15:00   ` Yongbok Kim
2017-03-04 18:56 ` [Qemu-devel] [PATCH 5/5] target-mips: replace few LOG_DISAS() with trace points Philippe Mathieu-Daudé
2017-03-13 15:00   ` Yongbok Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).