From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB8Av-0005l5-Jy for qemu-devel@nongnu.org; Wed, 05 Feb 2014 14:30:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB8Aq-0006XV-KL for qemu-devel@nongnu.org; Wed, 05 Feb 2014 14:30:21 -0500 Received: from paradis.irqsave.net ([62.212.105.220]:49256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB8Aq-0006XQ-Ax for qemu-devel@nongnu.org; Wed, 05 Feb 2014 14:30:16 -0500 Date: Wed, 5 Feb 2014 20:30:16 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140205193016.GB3440@irqsave.net> References: <1391423550-10914-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1391423550-10914-1-git-send-email-kwolf@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] qemu-iotest: Make 077 raw-only List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: pl@kamp.de, qemu-devel@nongnu.org, stefanha@redhat.com Le Monday 03 Feb 2014 =E0 11:32:30 (+0100), Kevin Wolf a =E9crit : > The qemu-io command sequences make the assumption that an unaligned > request on the format layer will be unaligned on the blkdebug layer as > well. This doesn't necessarily hold true for drivers other than raw. >=20 > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/077 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077 > index bbf7b51..4dd1bdd 100755 > --- a/tests/qemu-iotests/077 > +++ b/tests/qemu-iotests/077 > @@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 > . ./common.rc > . ./common.filter > =20 > -_supported_fmt generic > +_supported_fmt raw > _supported_proto generic > _supported_os Linux > =20 > --=20 > 1.8.1.4 >=20 >=20 Reviewed-by: Beno=EEt Canet