From: Colin Lord <clord@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com,
Colin Lord <clord@redhat.com>
Subject: [Qemu-devel] [PATCH 1/3] iotests: Add dmg format option
Date: Mon, 11 Jul 2016 15:50:34 -0400 [thread overview]
Message-ID: <1468266636-16861-2-git-send-email-clord@redhat.com> (raw)
In-Reply-To: <1468266636-16861-1-git-send-email-clord@redhat.com>
Adds option to test the dmg format.
Signed-off-by: Colin Lord <clord@redhat.com>
---
tests/qemu-iotests/common | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common
index d60ea2c..dc937c7 100644
--- a/tests/qemu-iotests/common
+++ b/tests/qemu-iotests/common
@@ -140,6 +140,7 @@ common options
check options
-raw test raw (default)
+ -dmg test dmg
-bochs test bochs
-cloop test cloop
-parallels test parallels
@@ -181,6 +182,12 @@ testlist options
xpand=false
;;
+ -dmg)
+ IMGFMT=dmg
+ IMGFMT_GENERIC=false
+ xpand=false
+ ;;
+
-bochs)
IMGFMT=bochs
IMGFMT_GENERIC=false
--
2.5.5
next prev parent reply other threads:[~2016-07-11 19:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-11 19:50 [Qemu-devel] [PATCH 0/3] Add tests for block driver format probes Colin Lord
2016-07-11 19:50 ` Colin Lord [this message]
2016-07-12 20:01 ` [Qemu-devel] [Qemu-block] [PATCH 1/3] iotests: Add dmg format option John Snow
2016-07-11 19:50 ` [Qemu-devel] [PATCH 2/3] iotests: Add python functions for using sample images Colin Lord
2016-07-11 19:50 ` [Qemu-devel] [PATCH 3/3] iotests: Test format probes Colin Lord
2016-07-12 21:17 ` [Qemu-devel] [Qemu-block] " John Snow
2016-07-13 13:33 ` Colin Lord
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1468266636-16861-2-git-send-email-clord@redhat.com \
--to=clord@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).