mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,7 @@ check options
|
||||||
-cow test cow
|
-cow test cow
|
||||||
-qcow test qcow
|
-qcow test qcow
|
||||||
-qcow2 test qcow2
|
-qcow2 test qcow2
|
||||||
|
-vdi test vdi
|
||||||
-vpc test vpc
|
-vpc test vpc
|
||||||
-vmdk test vmdk
|
-vmdk test vmdk
|
||||||
-xdiff graphical mode diff
|
-xdiff graphical mode diff
|
||||||
|
@ -158,6 +159,11 @@ testlist options
|
||||||
xpand=false
|
xpand=false
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
-vdi)
|
||||||
|
IMGFMT=vdi
|
||||||
|
xpand=false
|
||||||
|
;;
|
||||||
|
|
||||||
-vmdk)
|
-vmdk)
|
||||||
IMGFMT=vmdk
|
IMGFMT=vmdk
|
||||||
xpand=false
|
xpand=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue