]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-iotests: Add missing -machine accel=qtest
authorKevin Wolf <kwolf@redhat.com>
Thu, 7 Sep 2017 08:50:00 +0000 (10:50 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 26 Sep 2017 12:46:23 +0000 (14:46 +0200)
commit05b4cd5d3c20c9d7a75f0533b57b9c1c3d06e6e7
treea32f988a8c5c6ca57b1ddcaea879e7bb8be65ca7
parent1e3ee834083227f552179f6e43902cba5a866e6b
qemu-iotests: Add missing -machine accel=qtest

A basic set of qemu options is initialised in ./common:

    export QEMU_OPTIONS="-nodefaults -machine accel=qtest"

However, two test cases (172 and 186) overwrite QEMU_OPTIONS and neglect
to manually set '-machine accel=qtest'. Add the missing option for 172.
186 probably only copied the code from 172, it doesn't actually need to
overwrite QEMU_OPTIONS, so remove that in 186.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Tested-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
tests/qemu-iotests/172
tests/qemu-iotests/186