From f51062061e6adf64a879177f35ff5c6babb63e7e Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Thu, 30 Jan 2014 12:52:47 +0100 Subject: qemu-iotest: Make 077 raw-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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Ʈt Canet --- tests/qemu-iotests/077 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/qemu-iotests') diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077 index bbf7b5145a..4dd1bdde20 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 -- cgit v1.2.1