From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2wp7-0008JG-El for qemu-devel@nongnu.org; Wed, 18 May 2016 04:27:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2wp5-00023U-II for qemu-devel@nongnu.org; Wed, 18 May 2016 04:27:20 -0400 Date: Wed, 18 May 2016 11:27:09 +0300 From: "Michael S. Tsirkin" Message-ID: <20160518112628-mutt-send-email-mst@redhat.com> References: <1463559850-5244-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463559850-5244-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] Drop virtio-{blk,scsi} op blockers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Kevin Wolf , Max Reitz , Markus Armbruster , Stefan Hajnoczi , Paolo Bonzini , qemu-block@nongnu.org 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 first patch fixes an existing bug with blockdev-backup. Then the op > blockers are removed from both devices. Seems to be appropriate for block tree, not virtio. Thus ack on virtio patches only. > > Fam Zheng (3): > 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 | 12 +++++++- > hw/block/dataplane/virtio-blk.c | 63 ----------------------------------------- > hw/scsi/virtio-scsi.c | 62 ---------------------------------------- > include/hw/virtio/virtio-scsi.h | 11 ------- > 4 files changed, 11 insertions(+), 137 deletions(-) > > -- > 2.8.2