Re: [Qemu-devel] [PATCH 0/3] Drop virtio-{blk,scsi} op blockers

2016-05-19 Thread Stefan Hajnoczi
On Wed, May 18, 2016 at 04:24:07PM +0800, Fam Zheng wrote: > We are ready to get rid of dataplane's op blockers altogether. Most operations > are already unblocked in virtio-blk, and those remained for virtio-scsi only > because we haven't got around to add counterpart unblocking code. > > The fir

Re: [Qemu-devel] [PATCH 0/3] Drop virtio-{blk,scsi} op blockers

2016-05-19 Thread Stefan Hajnoczi
On Wed, May 18, 2016 at 04:24:07PM +0800, Fam Zheng wrote: > We are ready to get rid of dataplane's op blockers altogether. Most operations > are already unblocked in virtio-blk, and those remained for virtio-scsi only > because we haven't got around to add counterpart unblocking code. > > The fir

Re: [Qemu-devel] [PATCH 0/3] Drop virtio-{blk,scsi} op blockers

2016-05-18 Thread Michael S. Tsirkin
On Wed, May 18, 2016 at 04:24:07PM +0800, Fam Zheng wrote: > We are ready to get rid of dataplane's op blockers altogether. Most operations > are already unblocked in virtio-blk, and those remained for virtio-scsi only > because we haven't got around to add counterpart unblocking code. > > The fir

[Qemu-devel] [PATCH 0/3] Drop virtio-{blk,scsi} op blockers

2016-05-18 Thread Fam Zheng
We are ready to get rid of dataplane's op blockers altogether. Most operations are already unblocked in virtio-blk, and those remained for virtio-scsi only because we haven't got around to add counterpart unblocking code. The first patch fixes an existing bug with blockdev-backup. Then the op bloc