qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace
@ 2020-05-24 11:01 Philippe Mathieu-Daudé
  2020-05-24 11:01 ` [PATCH 1/4] hw/display/cirrus_vga: Convert debug printf() to trace event Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-24 11:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Gerd Hoffmann, Philippe Mathieu-Daudé

Replace debug ifdef'ry by qemu_log_mask() and trace events
when appropriate.

Philippe Mathieu-Daudé (4):
  hw/display/cirrus_vga: Convert debug printf() to trace event
  hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug
    printf
  hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug
    printf
  hw/display/cirrus_vga: Convert debug printf() to trace event

 hw/display/cirrus_vga.c | 119 ++++++++++++++++++----------------------
 hw/display/trace-events |   2 +
 2 files changed, 54 insertions(+), 67 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-05-24 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 11:01 [PATCH 0/4] hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace Philippe Mathieu-Daudé
2020-05-24 11:01 ` [PATCH 1/4] hw/display/cirrus_vga: Convert debug printf() to trace event Philippe Mathieu-Daudé
2020-05-24 11:01 ` [PATCH 2/4] hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf Philippe Mathieu-Daudé
2020-05-24 11:01 ` [PATCH 3/4] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) " Philippe Mathieu-Daudé
2020-05-24 11:01 ` [PATCH 4/4] hw/display/cirrus_vga: Convert debug printf() to trace event Philippe Mathieu-Daudé
2020-05-24 12:26 ` [PATCH 0/4] hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace no-reply
2020-05-24 13:54   ` Philippe Mathieu-Daudé

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).