From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XorwD-0003u2-M2 for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:47:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xorw4-0005iO-Hv for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:47:41 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:56238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xorw4-0005i6-An for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:47:32 -0500 Received: by mail-wi0-f174.google.com with SMTP id d1so7823487wiv.7 for ; Thu, 13 Nov 2014 02:47:31 -0800 (PST) Date: Thu, 13 Nov 2014 10:47:28 +0000 From: Stefan Hajnoczi Message-ID: <20141113104728.GD7462@stefanha-thinkpad.redhat.com> References: <1415389165-16157-1-git-send-email-kwolf@redhat.com> <1415389165-16157-3-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q0rSlbzrZN6k9QnT" Content-Disposition: inline In-Reply-To: <1415389165-16157-3-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 2/9] qemu-iotests: Use qemu-io -f $IMGFMT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: jcody@redhat.com, mreitz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, armbru@redhat.com --Q0rSlbzrZN6k9QnT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 07, 2014 at 08:39:18PM +0100, Kevin Wolf wrote: > This patch changes $QEMU_IO so that all tests by default pass a format > argument to qemu-io. >=20 > There are a few cases where -f $IMGFMT is not wanted because it selects > the wrong driver or json: filenames including a driver are used. They > are changed to use $QEMU_IO_PROG, which doesn't include any options. >=20 > Tests 071 and 081 have output changes because now the actual request > fails instead of reading the 2k probing buffer. >=20 > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/016 | 11 +++++++---- > tests/qemu-iotests/048 | 2 +- > tests/qemu-iotests/058 | 11 +++++++---- > tests/qemu-iotests/071 | 10 +++++----- > tests/qemu-iotests/071.out | 6 +++--- > tests/qemu-iotests/077 | 2 +- > tests/qemu-iotests/081 | 8 ++++++-- > tests/qemu-iotests/081.out | 2 +- > tests/qemu-iotests/089 | 6 ++++-- > tests/qemu-iotests/common | 2 +- > 10 files changed, 36 insertions(+), 24 deletions(-) Reviewed-by: Stefan Hajnoczi --Q0rSlbzrZN6k9QnT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUZIxAAAoJEJykq7OBq3PIWxoIAKAH184TF7rkVbtHBKHVYzo6 LPZCZOgHi+It92qCL2sE5Hrhd2zbpfyCPzeWaUUIJdu5qP+a9pWxP/JtMm2KzG0W BaylTmzWM8abEy8rlXzg9jb7ktWN3QlrgCgJwWKjyWKOUo7cbKb9vX1a1oaxyFRj P8RAMme2aanoEP4UKEaRa4bfw8wBUn1PI1jYnuioGwRHlIfylqjoJxXuLmHFu6rU 0JD0gYEHCTLAe9sXeDjHaSI4X6LT9WNhFyBpPjroYhBSxiUyrP4FtP5n1iJRHy0/ JLStsUOLVXnwTM0SQWpLkIRTa0VPJKAowbDVBgt+MKs8BFrNfsoPBXG2KNSX/XA= =El7B -----END PGP SIGNATURE----- --Q0rSlbzrZN6k9QnT--