Re: [Qemu-devel] virtio-scsi and error handling

2013-06-12 Thread Stefan Hajnoczi
On Tue, Jun 11, 2013 at 01:41:38PM +0200, Hannes Reinecke wrote: I currently playing around with improving SCSI EH, optimizing command aborts and the like. And, supposing it to be a nice testbed, tried to make things work with virtio_scsi. However, looking at the code there I've found

Re: [Qemu-devel] virtio-scsi and error handling

2013-06-12 Thread Paolo Bonzini
Il 12/06/2013 03:56, Stefan Hajnoczi ha scritto: On Tue, Jun 11, 2013 at 01:41:38PM +0200, Hannes Reinecke wrote: I currently playing around with improving SCSI EH, optimizing command aborts and the like. And, supposing it to be a nice testbed, tried to make things work with virtio_scsi.

[Qemu-devel] virtio-scsi and error handling

2013-06-11 Thread Hannes Reinecke
Hi Stefan, I currently playing around with improving SCSI EH, optimizing command aborts and the like. And, supposing it to be a nice testbed, tried to make things work with virtio_scsi. However, looking at the code there I've found virtscsi_tmf() just uses 'wait_for_completion', with no timeout