mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qemu-iotests: add support for vdi format "static" option
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>
This commit is contained in:
parent
f00851a10f
commit
3b5fe6e60c
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ _make_test_img()
|
||||||
sed -e "s#$IMGFMT#IMGFMT#g" | \
|
sed -e "s#$IMGFMT#IMGFMT#g" | \
|
||||||
sed -e "s# encryption=off##g" | \
|
sed -e "s# encryption=off##g" | \
|
||||||
sed -e "s# cluster_size=0##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()
|
_cleanup_test_img()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue