mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-11 17:59:52 +00: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
@ -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…
Reference in New Issue
Block a user