From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMEFD-0002sh-2A for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:17:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMEF8-000676-4H for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:17:11 -0500 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:46578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMEF7-000670-TQ for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:17:06 -0500 Received: by mail-wg0-f43.google.com with SMTP id z12so2324504wgg.2 for ; Fri, 13 Feb 2015 03:17:05 -0800 (PST) Date: Fri, 13 Feb 2015 11:17:02 +0000 From: Stefan Hajnoczi Message-ID: <20150213111702.GA21976@stefanha-thinkpad.redhat.com> References: <1423666727-20777-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <1423666727-20777-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 11, 2015 at 09:58:45AM -0500, Max Reitz wrote: > Even when specifying -n to suppress image creation with qemu-img > convert, that function tried to verify that the target protocol and > driver are suited for image creation. This verification should be > suppressed, too (which is what the first patch in this series does, the > second one adds a test for it). >=20 >=20 > Max Reitz (2): > qemu-img: Fix qemu-img convert -n > iotests: Add test for qemu-img convert to NBD >=20 > qemu-img.c | 50 +++++++++++++++++++------------------ > tests/qemu-iotests/123 | 62 ++++++++++++++++++++++++++++++++++++++++= ++++++ > tests/qemu-iotests/123.out | 9 +++++++ > tests/qemu-iotests/group | 1 + > 4 files changed, 98 insertions(+), 24 deletions(-) > create mode 100755 tests/qemu-iotests/123 > create mode 100644 tests/qemu-iotests/123.out >=20 > --=20 > 2.1.0 >=20 >=20 Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU3d0uAAoJEJykq7OBq3PI1r4H/2Noix0FbTBOe8q3FIzllMid j1ZPIxeDLO/mXgTf8fByAsbDgWzsVk9YDI+ZzpFDUmDEe95+12q51avbEKm9PThi HVq1yP2AvJvYfX0qcxzYA0z4bherX2yXKPnPSNP7o31wr055Swudl+tR6WmY3/tq g5z34E/0hdSepWtPFyqAbusqv7CIK1m/Jn3xh86YIJS0hLLRp4DP7/6svkNDXQlR HPeAo51yiEvMlJz2lBkDd608WNszhx+JYKHH0SI/IGkr7BdFteF4kDPyEa/C7bqs bgxTafRgGFFsKErnvgEAt4zxqD3Rwuro158PCfVsnan7dO0/KcLXz5g5ylg5FVA= =b//0 -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP--