[Qemu-devel] [PATCH 0/4] block: Convert from DPRINTF() macro to trace event

Laurent Vivier posted 4 patches 6 years, 10 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181212194009.2951-1-lvivier@redhat.com
There is a newer version of this series
block/curl.c       | 29 ++++++++--------------------
block/file-posix.c | 25 ++++++------------------
block/sheepdog.c   | 47 +++++++++++++++++-----------------------------
block/ssh.c        | 46 +++++++++++++++++----------------------------
block/trace-events | 47 ++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 95 insertions(+), 99 deletions(-)
[Qemu-devel] [PATCH 0/4] block: Convert from DPRINTF() macro to trace event
Posted by Laurent Vivier 6 years, 10 months ago
Convert all the remaining uses of DPRINTF() in the directory block.

Compiled for all target but only tested with "make check"

Laurent Vivier (4):
  block/ssh: Convert from DPRINTF() macro to trace events
  block/curl: Convert from DPRINTF() macro to trace events
  block/file-posix: Convert from DPRINTF() macro to trace events
  block/sheepdog: Convert from DPRINTF() macro to trace events

 block/curl.c       | 29 ++++++++--------------------
 block/file-posix.c | 25 ++++++------------------
 block/sheepdog.c   | 47 +++++++++++++++++-----------------------------
 block/ssh.c        | 46 +++++++++++++++++----------------------------
 block/trace-events | 47 ++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 95 insertions(+), 99 deletions(-)

-- 
2.19.2