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

2016-05-25 Thread Fam Zheng
On Mon, 05/23 10:19, Fam Zheng wrote: > v2: Switch to bdrv_lookup_bs on target_bs. [Kevin] > Rebase onto master. > Add Michael's ack-by in virtio patches. > > We are ready to get rid of dataplane's op blockers altogether. Most operations > are already unblocked in virtio-blk, and those rem

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

2016-05-22 Thread Fam Zheng
v2: Switch to bdrv_lookup_bs on target_bs. [Kevin] Rebase onto master. Add Michael's ack-by in virtio patches. 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