From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAGpg-0003uH-Im for qemu-devel@nongnu.org; Mon, 03 Feb 2014 05:32:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAGpa-0006A4-L1 for qemu-devel@nongnu.org; Mon, 03 Feb 2014 05:32:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAGpa-00069g-E9 for qemu-devel@nongnu.org; Mon, 03 Feb 2014 05:32:46 -0500 From: Kevin Wolf Date: Mon, 3 Feb 2014 11:32:30 +0100 Message-Id: <1391423550-10914-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH] qemu-iotest: Make 077 raw-only List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pl@kamp.de, stefanha@redhat.com 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 --- 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 -_supported_fmt generic +_supported_fmt raw _supported_proto generic _supported_os Linux -- 1.8.1.4