From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMhE5-0002LI-RJ for qemu-devel@nongnu.org; Mon, 11 Jul 2016 15:50:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMhE4-00040O-Vd for qemu-devel@nongnu.org; Mon, 11 Jul 2016 15:50:45 -0400 From: Colin Lord Date: Mon, 11 Jul 2016 15:50:34 -0400 Message-Id: <1468266636-16861-2-git-send-email-clord@redhat.com> In-Reply-To: <1468266636-16861-1-git-send-email-clord@redhat.com> References: <1468266636-16861-1-git-send-email-clord@redhat.com> Subject: [Qemu-devel] [PATCH 1/3] iotests: Add dmg format option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com, Colin Lord Adds option to test the dmg format. Signed-off-by: Colin Lord --- 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