diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2010-10-31 16:10:20 -0400 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-23 10:29:46 +0100 |
commit | f5a4bbd91348ad765ac2a5d760216f2c3e0261f4 (patch) | |
tree | 3830b4c4ae248ae8addc700d01eafd224086b24c /tests/qemu-iotests/common | |
parent | 2684871af50cd8efbe753abe333f0acca6d9ab98 (diff) | |
download | qemu-f5a4bbd91348ad765ac2a5d760216f2c3e0261f4.zip qemu-f5a4bbd91348ad765ac2a5d760216f2c3e0261f4.tar.gz qemu-f5a4bbd91348ad765ac2a5d760216f2c3e0261f4.tar.bz2 |
qemu-iotests: add support for qed format
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/common')
-rw-r--r-- | tests/qemu-iotests/common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 988fd5e..d95ba4c 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -119,6 +119,7 @@ check options -cow test cow -qcow test qcow -qcow2 test qcow2 + -qed test qed -vdi test vdi -vpc test vpc -vmdk test vmdk @@ -158,6 +159,11 @@ testlist options xpand=false ;; + -qed) + IMGFMT=qed + xpand=false + ;; + -vdi) IMGFMT=vdi xpand=false |