Re: [Qemu-devel] [PATCH 0/2] virtio-blk: Switch to blk_aio_ioctl

2015-01-22 Thread Kevin Wolf
Am 20.01.2015 um 04:28 hat Fam Zheng geschrieben: > There are user complaints on guest's unresponsiveness when ioctl is blocked > due > to the lost connection to backend or other issues. This series changes scsi > request processing of virtio-blk to an asynchronous manner. Thanks, applied to the

Re: [Qemu-devel] [PATCH 0/2] virtio-blk: Switch to blk_aio_ioctl

2015-01-20 Thread Paolo Bonzini
On 20/01/2015 04:28, Fam Zheng wrote: > There are user complaints on guest's unresponsiveness when ioctl is blocked > due > to the lost connection to backend or other issues. This series changes scsi > request processing of virtio-blk to an asynchronous manner. > > > > Fam Zheng (2): > virt