9ae3a8
From ffe8dca5ecc0546ea719652eaa5f52a25e45e7d8 Mon Sep 17 00:00:00 2001
9ae3a8
Message-Id: <ffe8dca5ecc0546ea719652eaa5f52a25e45e7d8.1418766606.git.jen@redhat.com>
9ae3a8
In-Reply-To: <6f81b4847eb68ebdf54a8f1a771e19d112d74152.1418766606.git.jen@redhat.com>
9ae3a8
References: <6f81b4847eb68ebdf54a8f1a771e19d112d74152.1418766606.git.jen@redhat.com>
9ae3a8
From: Fam Zheng <famz@redhat.com>
9ae3a8
Date: Thu, 4 Dec 2014 00:05:03 -0600
9ae3a8
Subject: [CHANGE 09/31] qemu-iotest: Make 077 raw-only
9ae3a8
MIME-Version: 1.0
9ae3a8
Content-Type: text/plain; charset=UTF-8
9ae3a8
Content-Transfer-Encoding: 8bit
9ae3a8
To: rhvirt-patches@redhat.com,
9ae3a8
    jen@redhat.com
9ae3a8
9ae3a8
RH-Author: Fam Zheng <famz@redhat.com>
9ae3a8
Message-id: <1417651524-18041-10-git-send-email-famz@redhat.com>
9ae3a8
Patchwork-id: 62682
9ae3a8
O-Subject: [RHEL-7.1 qemu-kvm PATCH v5 09/30] qemu-iotest: Make 077 raw-only
9ae3a8
Bugzilla: 1134237
9ae3a8
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
9ae3a8
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
9ae3a8
RH-Acked-by: Max Reitz <mreitz@redhat.com>
9ae3a8
9ae3a8
From: Kevin Wolf <kwolf@redhat.com>
9ae3a8
9ae3a8
The qemu-io command sequences make the assumption that an unaligned
9ae3a8
request on the format layer will be unaligned on the blkdebug layer as
9ae3a8
well. This doesn't necessarily hold true for drivers other than raw.
9ae3a8
9ae3a8
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
9ae3a8
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
9ae3a8
Reviewed-by: BenoƮt Canet <benoit@irqsave.net>
9ae3a8
(cherry picked from commit f51062061e6adf64a879177f35ff5c6babb63e7e)
9ae3a8
Signed-off-by: Fam Zheng <famz@redhat.com>
9ae3a8
Signed-off-by: Jeff E. Nelson <jen@redhat.com>
9ae3a8
---
9ae3a8
 tests/qemu-iotests/077 | 2 +-
9ae3a8
 1 file changed, 1 insertion(+), 1 deletion(-)
9ae3a8
9ae3a8
diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077
9ae3a8
index bbf7b51..4dd1bdd 100755
9ae3a8
--- a/tests/qemu-iotests/077
9ae3a8
+++ b/tests/qemu-iotests/077
9ae3a8
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
9ae3a8
 . ./common.rc
9ae3a8
 . ./common.filter
9ae3a8
 
9ae3a8
-_supported_fmt generic
9ae3a8
+_supported_fmt raw
9ae3a8
 _supported_proto generic
9ae3a8
 _supported_os Linux
9ae3a8
 
9ae3a8
-- 
9ae3a8
2.1.0
9ae3a8