From patchwork Thu Jun 20 14:26:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Canet?= X-Patchwork-Id: 252965 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D140B2C0040 for ; Fri, 21 Jun 2013 00:39:49 +1000 (EST) Received: from localhost ([::1]:49180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upg1c-0001iQ-05 for incoming@patchwork.ozlabs.org; Thu, 20 Jun 2013 10:39:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upfrg-0004ZM-WD for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:29:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Upfra-0001lu-Kd for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:29:32 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:37623 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upfra-0001lp-CU for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:29:26 -0400 Received: by paradis.irqsave.net (Postfix, from userid 1002) id BD0CB874674; Thu, 20 Jun 2013 16:29:25 +0200 (CEST) Received: from localhost.localdomain (unknown [192.168.77.1]) by paradis.irqsave.net (Postfix) with ESMTP id EEF6C874683; Thu, 20 Jun 2013 16:25:01 +0200 (CEST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= To: qemu-devel@nongnu.org Date: Thu, 20 Jun 2013 16:26:32 +0200 Message-Id: <1371738392-9594-25-git-send-email-benoit@irqsave.net> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1371738392-9594-1-git-send-email-benoit@irqsave.net> References: <1371738392-9594-1-git-send-email-benoit@irqsave.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 62.212.105.220 Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com Subject: [Qemu-devel] [RFC V8 24/24] qcow2: Enable deduplication tests X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org --- tests/qemu-iotests/common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 6826ea7..2483742 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -130,6 +130,7 @@ check options -cow test cow -qcow test qcow -qcow2 test qcow2 + -qcow2_dedup test qcow2 deduplication -qed test qed -vdi test vdi -vpc test vpc @@ -175,6 +176,11 @@ testlist options xpand=false ;; + -qcow2_dedup) + IMGFMT=qcow2_dedup + xpand=false + ;; + -qed) IMGFMT=qed xpand=false