diff options
author | Sascha Silbe <silbe@linux.vnet.ibm.com> | 2016-04-05 11:21:47 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-04-12 18:07:39 +0200 |
commit | 9bf8027dde31923b08a09d5cf2ddd47efe9146e8 (patch) | |
tree | 5dca1ea1a58e24079b73c06d57791be3edfb5326 | |
parent | 3f647b510f1f68e549425cd9671b1aa63c93ec3c (diff) | |
download | qemu-9bf8027dde31923b08a09d5cf2ddd47efe9146e8.tar.gz qemu-9bf8027dde31923b08a09d5cf2ddd47efe9146e8.tar.bz2 qemu-9bf8027dde31923b08a09d5cf2ddd47efe9146e8.zip |
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 <silbe@linux.vnet.ibm.com>
Reviewed-by: Bo Tu <tubo@linux.vnet.ibm.com>
Message-id: 1459848109-29756-6-git-send-email-silbe@linux.vnet.ibm.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
-rwxr-xr-x | tests/qemu-iotests/068 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/068 b/tests/qemu-iotests/068 index 58d1d80e78..7562dd77ee 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="" |