mbox series

[v2,0/2] scsi: Convert from DPRINTF() macro to trace events

Message ID 20181211163105.31834-1-lvivier@redhat.com
Headers show
Series scsi: Convert from DPRINTF() macro to trace events | expand

Message

Laurent Vivier Dec. 11, 2018, 4:31 p.m. UTC
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(-)