[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/2] scsi: Convert from DPRINTF() macro to trace
From: |
Laurent Vivier |
Subject: |
[Qemu-devel] [PATCH v2 0/2] scsi: Convert from DPRINTF() macro to trace events |
Date: |
Tue, 11 Dec 2018 17:31:03 +0100 |
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
- [Qemu-devel] [PATCH v2 0/2] scsi: Convert from DPRINTF() macro to trace events,
Laurent Vivier <=