Re: [Qemu-devel] [PATCH v5 01/25] scsi: add tracing of scsi requests

2011-05-27 Thread Stefan Hajnoczi
On Thu, May 26, 2011 at 9:20 PM, Blue Swirl blauwir...@gmail.com wrote: On Thu, May 26, 2011 at 1:56 PM, Paolo Bonzini pbonz...@redhat.com wrote: Signed-off-by: Paolo Bonzini pbonz...@redhat.com Reviewed-by: Christoph Hellwig h...@lst.de ---  hw/scsi-bus.c |    6 ++  trace-events  |    6

Re: [Qemu-devel] [PATCH v5 01/25] scsi: add tracing of scsi requests

2011-05-27 Thread Paolo Bonzini
On 05/27/2011 10:32 AM, Stefan Hajnoczi wrote: Either you can eliminate an argument from this trace event or you could extend the record size (and bump the version header). The LBA argument isn't always present, so I'll split the event in two. I pushed the result to scsi.3 and I'll post the 3

[Qemu-devel] [PATCH v5 01/25] scsi: add tracing of scsi requests

2011-05-26 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini pbonz...@redhat.com Reviewed-by: Christoph Hellwig h...@lst.de --- hw/scsi-bus.c |6 ++ trace-events |6 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/hw/scsi-bus.c b/hw/scsi-bus.c index ceeb4ec..0fd85fc 100644 --- a/hw/scsi-bus.c

Re: [Qemu-devel] [PATCH v5 01/25] scsi: add tracing of scsi requests

2011-05-26 Thread Blue Swirl
On Thu, May 26, 2011 at 1:56 PM, Paolo Bonzini pbonz...@redhat.com wrote: Signed-off-by: Paolo Bonzini pbonz...@redhat.com Reviewed-by: Christoph Hellwig h...@lst.de ---  hw/scsi-bus.c |    6 ++  trace-events  |    6 ++  2 files changed, 12 insertions(+), 0 deletions(-) diff --git