From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3V3v-0006zn-Jm for qemu-devel@nongnu.org; Thu, 19 May 2016 17:00:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3V3p-0006Vz-G5 for qemu-devel@nongnu.org; Thu, 19 May 2016 17:00:55 -0400 Date: Thu, 19 May 2016 13:55:31 -0700 From: Stefan Hajnoczi Message-ID: <20160519205531.GG24257@stefanha-x1.localdomain> References: <1463559850-5244-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jt0yj30bxbg11sci" 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 , "Michael S. Tsirkin" , Paolo Bonzini , qemu-block@nongnu.org --jt0yj30bxbg11sci Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 opera= tions > are already unblocked in virtio-blk, and those remained for virtio-scsi o= nly > because we haven't got around to add counterpart unblocking code. >=20 > The first patch fixes an existing bug with blockdev-backup. Then the op > blockers are removed from both devices. >=20 >=20 > 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 >=20 > 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(-) Please rebase on qemu.git/master because Kevin's "[PULL 23/31] block: Remove BlockDriverState.blk" drops BDS->blk. Stefan --jt0yj30bxbg11sci Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXPihDAAoJEJykq7OBq3PIWCoH/0CNjibyT25F/1jU+jtCWIcG 4aITAScL4glRmXiNsoimpFtjqO/UVEuaz0QdfTe5Qiy1yvZ8cDapKiCt+O87XDHt f9iobgVN0ZhJOc92e/JRnjxqDrdkRdip0FUjvqeD3PJspnES4XjdKnIKH9Vtz7bL N3JK7sgF/TL0wUUI0YgBtP0QcY4LilnRKGsy2AAV3wlmJsgFL/qlxhqEvc1Id5/5 GU1jBifUGS+LO3fCZwBgBXSoWGEXVVsaaXK+GclMUzhFKgxcZk9Tv5QBJkilXd8E HIpWku+hRWaPOHDA6jmtYEzPN6Ta5dFJaQ+daeEwnfRZtpTumnxzRFxojqUow6Y= =z2xe -----END PGP SIGNATURE----- --jt0yj30bxbg11sci--