From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vif4K-0004XB-37 for qemu-devel@nongnu.org; Tue, 19 Nov 2013 01:45:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vif4E-0004VB-OF for qemu-devel@nongnu.org; Tue, 19 Nov 2013 01:45:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:29598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vif4E-0004V7-FJ for qemu-devel@nongnu.org; Tue, 19 Nov 2013 01:45:46 -0500 From: Fam Zheng Date: Tue, 19 Nov 2013 14:45:35 +0800 Message-Id: <1384843537-14112-1-git-send-email-famz@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Wenchao Xia , stefanha@redhat.com 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(-) -- 1.8.4.2