projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00851a
)
qemu-iotests: add support for vdi format "static" option
author
Stefan Weil
<weil@mail.berlios.de>
Thu, 13 Aug 2009 16:49:48 +0000
(13:49 -0300)
committer
Kevin Wolf
<kwolf@redhat.com>
Wed, 22 Feb 2012 15:17:02 +0000
(16:17 +0100)
VDI supports an image option 'static'.
Ignore "static=off" from qemu-img output.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/common.rc
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/common.rc
b/tests/qemu-iotests/common.rc
index 16cf77dc8c813659b5fffbe6d336947f76a39985..6ef6b512e3246c4edcd11912533bf80bf39a7b86 100644
(file)
--- a/
tests/qemu-iotests/common.rc
+++ b/
tests/qemu-iotests/common.rc
@@
-61,8
+61,8
@@
_make_test_img()
sed -e "s#$IMGFMT#IMGFMT#g" | \
sed -e "s# encryption=off##g" | \
sed -e "s# cluster_size=0##g" | \
- sed -e "s# compat6=off##g"
-
+ sed -e "s# compat6=off##g"
| \
+ sed -e "s# static=off##g"
}
_cleanup_test_img()