From: Sascha Silbe Date: Tue, 5 Apr 2016 09:21:47 +0000 (+0200) Subject: qemu-iotests: 068: don't require KVM X-Git-Tag: TizenStudio_2.0_p2.4~27^2~6^2~8^2~46^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bf8027dde31923b08a09d5cf2ddd47efe9146e8;p=sdk%2Femulator%2Fqemu.git qemu-iotests: 068: don't require KVM 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 Message-id: 1459848109-29756-6-git-send-email-silbe@linux.vnet.ibm.com Signed-off-by: Max Reitz --- 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=""