From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4fSn-0003sN-Eg for qemu-devel@nongnu.org; Sun, 22 May 2016 22:19:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4fSl-0003qe-FB for qemu-devel@nongnu.org; Sun, 22 May 2016 22:19:24 -0400 From: Fam Zheng Date: Mon, 23 May 2016 10:19:34 +0800 Message-Id: <1463969978-24970-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] Drop virtio-{blk,scsi} op blockers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Max Reitz , Markus Armbruster , Stefan Hajnoczi , Paolo Bonzini , "Michael S. Tsirkin" , qemu-block@nongnu.org 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 around to add counterpart unblocking code. The first patch fixes an existing bug with blockdev-backup. Then the op blockers are removed from both devices. Fam Zheng (4): blockdev-backup: Use bdrv_lookup_bs on target blockdev-backup: Don't move target AioContext if it's attached virtio-blk: Remove op blocker for dataplane virtio-scsi: Remove op blocker for dataplane blockdev.c | 23 ++++++++------- hw/block/dataplane/virtio-blk.c | 63 ----------------------------------------- hw/scsi/virtio-scsi.c | 62 ---------------------------------------- include/hw/virtio/virtio-scsi.h | 11 ------- 4 files changed, 13 insertions(+), 146 deletions(-) -- 2.8.2