From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViiGf-0007II-M2 for qemu-devel@nongnu.org; Tue, 19 Nov 2013 05:10:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViiGZ-0007dU-Hn for qemu-devel@nongnu.org; Tue, 19 Nov 2013 05:10:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViiGY-0007d8-Th for qemu-devel@nongnu.org; Tue, 19 Nov 2013 05:10:43 -0500 Date: Tue, 19 Nov 2013 11:10:37 +0100 From: Kevin Wolf Message-ID: <20131119101037.GA4040@dhcp-200-207.str.redhat.com> References: <1384843537-14112-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384843537-14112-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] Add cache mode option to qemu-iotests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com, Wenchao Xia Am 19.11.2013 um 07:45 hat Fam Zheng geschrieben: > The first patch adds "-c " option to ./check and convert "-nocache" to an > alias to "-c none". The mode is used in qemu-io. > > The second patch modifies iotests.py to use the cache mode option in qemu drive > command line. > > Fam Zheng (2): > qemu-iotests: Add "-c " option > qemu-iotests: Honour cache mode in iotests.py > > tests/qemu-iotests/common | 18 ++++++++++++++++-- > tests/qemu-iotests/iotests.py | 3 ++- > 2 files changed, 18 insertions(+), 3 deletions(-) Reviewed-by: Kevin Wolf