qemu-iotests: add support for the vdi image format
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
3778057d60
commit
b67f306864
@ -120,6 +120,7 @@ check options
|
||||
-cow test cow
|
||||
-qcow test qcow
|
||||
-qcow2 test qcow2
|
||||
-vdi test vdi
|
||||
-vpc test vpc
|
||||
-vmdk test vmdk
|
||||
-xdiff graphical mode diff
|
||||
@ -158,6 +159,11 @@ testlist options
|
||||
xpand=false
|
||||
;;
|
||||
|
||||
-vdi)
|
||||
IMGFMT=vdi
|
||||
xpand=false
|
||||
;;
|
||||
|
||||
-vmdk)
|
||||
IMGFMT=vmdk
|
||||
xpand=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user