Re: [Qemu-devel] [PATCH] scsi: fix tracing of scsi requests with simple backend

2011-06-05 Thread Blue Swirl
Thanks, applied. On Fri, Jun 3, 2011 at 3:57 PM, Paolo Bonzini pbonz...@redhat.com wrote: The simple backend only supports a maximum of 6 arguments.  Split the scsi_req_parsed event in two parts to cope with the limit. Signed-off-by: Paolo Bonzini pbonz...@redhat.com ---  hw/scsi-bus.c |    

[Qemu-devel] [PATCH] scsi: fix tracing of scsi requests with simple backend

2011-06-03 Thread Paolo Bonzini
The simple backend only supports a maximum of 6 arguments. Split the scsi_req_parsed event in two parts to cope with the limit. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- hw/scsi-bus.c |6 +- trace-events |3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff