From patchwork Tue Dec 3 08:25:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fam Zheng X-Patchwork-Id: 296103 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 C68F52C007E for ; Tue, 3 Dec 2013 19:27:09 +1100 (EST) Received: from localhost ([::1]:40814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnlJz-0008LM-6d for incoming@patchwork.ozlabs.org; Tue, 03 Dec 2013 03:27:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnlJ4-0007h8-T2 for qemu-devel@nongnu.org; Tue, 03 Dec 2013 03:26:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnlIy-00088K-UC for qemu-devel@nongnu.org; Tue, 03 Dec 2013 03:26:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnlIy-00088G-NL for qemu-devel@nongnu.org; Tue, 03 Dec 2013 03:26:04 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB38Q1A3031623 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 3 Dec 2013 03:26:02 -0500 Received: from ad.nay.redhat.com ([10.66.6.190]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rB38PZL2026857; Tue, 3 Dec 2013 03:25:56 -0500 From: Fam Zheng To: qemu-devel@nongnu.org Date: Tue, 3 Dec 2013 16:25:25 +0800 Message-Id: <1386059127-30962-5-git-send-email-famz@redhat.com> In-Reply-To: <1386059127-30962-1-git-send-email-famz@redhat.com> References: <1386059127-30962-1-git-send-email-famz@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, WenchaoXia , stefanha@redhat.com Subject: [Qemu-devel] [PATCH v5 4/6] qemu-iotests: Change default cache mode to "writeback" 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 So that the tests can run faster. Signed-off-by: Fam Zheng --- tests/qemu-iotests/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 4743c9e..b2a0944 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -49,7 +49,7 @@ export IMGFMT=raw export IMGFMT_GENERIC=true export IMGPROTO=file export IMGOPTS="" -export CACHEMODE="writethrough" +export CACHEMODE="writeback" export QEMU_IO_OPTIONS="" export CACHEMODE_IS_DEFAULT=true