diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-04-18 14:59:13 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-05-26 12:14:14 +0200 |
commit | ab9adc88c80186cfef29bda076363e20aa675241 (patch) | |
tree | 75899831e47ea90207dbbcbb291bd896ed420506 /trace-events | |
parent | 40f16dd1279e7f26357b3c4b3838a89ffc6153da (diff) | |
download | qemu-ab9adc88c80186cfef29bda076363e20aa675241.tar.gz qemu-ab9adc88c80186cfef29bda076363e20aa675241.tar.bz2 qemu-ab9adc88c80186cfef29bda076363e20aa675241.zip |
scsi: introduce scsi_req_data
This abstracts calling the command_complete callback, reducing churn
in the following patches.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events index b11b71d205..0340eb2d77 100644 --- a/trace-events +++ b/trace-events @@ -207,6 +207,7 @@ disable usb_set_device_feature(int addr, int feature, int ret) "dev %d, feature # hw/scsi-bus.c disable scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d" +disable scsi_req_data(int target, int lun, int tag, int len) "target %d lun %d tag %d len %d" disable scsi_req_dequeue(int target, int lun, int tag) "target %d lun %d tag %d" disable scsi_req_parsed(int target, int lun, int tag, int cmd, int mode, int xfer, uint64_t lba) "target %d lun %d tag %d command %d dir %d length %d lba %"PRIu64"" disable scsi_req_parse_bad(int target, int lun, int tag, int cmd) "target %d lun %d tag %d command %d" |