[Qemu-devel] [PATCH v2 0/2] scsi: Convert from DPRINTF() macro to trace events

Laurent Vivier posted 2 patches 5 years, 3 months ago
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181211163105.31834-1-lvivier@redhat.com
hw/scsi/scsi-disk.c    | 103 ++++++++++++++++++++---------------------
hw/scsi/scsi-generic.c |  56 +++++++++++-----------
hw/scsi/trace-events   |  40 ++++++++++++++++
3 files changed, 116 insertions(+), 83 deletions(-)
[Qemu-devel] [PATCH v2 0/2] scsi: Convert from DPRINTF() macro to trace events
Posted by Laurent Vivier 5 years, 3 months ago
Convert the last two files in hw/scsi.

v2: call directly trace_scsi_disk_new_request(), don't pass
    it in the argument

Laurent Vivier (2):
  scsi-disk: Convert from DPRINTF() macro to trace events
  scsi-generic: Convert from DPRINTF() macro to trace events

 hw/scsi/scsi-disk.c    | 103 ++++++++++++++++++++---------------------
 hw/scsi/scsi-generic.c |  56 +++++++++++-----------
 hw/scsi/trace-events   |  40 ++++++++++++++++
 3 files changed, 116 insertions(+), 83 deletions(-)

-- 
2.19.2