]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qemu-iotest: Make 077 raw-only
authorKevin Wolf <kwolf@redhat.com>
Thu, 30 Jan 2014 11:52:47 +0000 (12:52 +0100)
committerKevin Wolf <kwolf@redhat.com>
Sun, 9 Feb 2014 08:12:38 +0000 (09:12 +0100)
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 <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: BenoƮt Canet <benoit@irqsave.net>
tests/qemu-iotests/077

index bbf7b5145a01143f19efabd6a6547a4cd004643a..4dd1bdde20e03442808900bafe073c08a1954951 100755 (executable)
@@ -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