From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQ2L-0003HM-Cf for qemu-devel@nongnu.org; Sun, 09 Feb 2014 03:46:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCQ2F-0000qN-2b for qemu-devel@nongnu.org; Sun, 09 Feb 2014 03:46:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQ2E-0000qG-R1 for qemu-devel@nongnu.org; Sun, 09 Feb 2014 03:46:42 -0500 From: Kevin Wolf Date: Sun, 9 Feb 2014 09:46:13 +0100 Message-Id: <1391935590-12264-2-git-send-email-kwolf@redhat.com> In-Reply-To: <1391935590-12264-1-git-send-email-kwolf@redhat.com> References: <1391935590-12264-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 01/18] qemu-iotest: Make 077 raw-only List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org 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. Signed-off-by: Kevin Wolf Reviewed-by: Stefan Hajnoczi Reviewed-by: Beno=C3=AEt Canet --- tests/qemu-iotests/077 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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