From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNBU-00089h-HD for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anNBP-00031H-N8 for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:22:04 -0400 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:36157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNBP-0002zh-4q for qemu-devel@nongnu.org; Tue, 05 Apr 2016 05:21:59 -0400 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Apr 2016 10:21:57 +0100 From: Sascha Silbe Date: Tue, 5 Apr 2016 11:21:47 +0200 Message-Id: <1459848109-29756-6-git-send-email-silbe@linux.vnet.ibm.com> In-Reply-To: <1459848109-29756-1-git-send-email-silbe@linux.vnet.ibm.com> References: <1459848109-29756-1-git-send-email-silbe@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 5/7] qemu-iotests: 068: don't require KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-block@nongnu.org, Kevin Wolf Cc: Tu Bo None of the other test cases explicitly enable KVM and there's no obvious reason for 068 to require it. Drop this so all test cases can be executed in environments where KVM is not available (e.g. because the user doesn't have sufficient permissions to access /dev/kvm). Signed-off-by: Sascha Silbe Reviewed-by: Bo Tu --- tests/qemu-iotests/068 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/068 b/tests/qemu-iotests/068 index 58d1d80..7562dd7 100755 --- a/tests/qemu-iotests/068 +++ b/tests/qemu-iotests/068 @@ -53,7 +53,7 @@ _make_test_img $IMG_SIZE case "$QEMU_DEFAULT_MACHINE" in s390-ccw-virtio) - platform_parm="-no-shutdown -machine accel=kvm" + platform_parm="-no-shutdown" ;; *) platform_parm="" -- 1.9.1