Test 238 does not require the kvm accelerator. TCG works fine. Use the default accelerator instead of requiring kvm.
Suggested-by: Thomas Huth <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]> --- Vladimir, I have dropped the 235 change because I don't have time to figure out the kvm/tcg vs qtest differences or add a skip function. Sorry! tests/qemu-iotests/238 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/qemu-iotests/238 b/tests/qemu-iotests/238 index f81ee1112f..e490bb4298 100755 --- a/tests/qemu-iotests/238 +++ b/tests/qemu-iotests/238 @@ -33,7 +33,6 @@ else: virtio_scsi_device = 'virtio-scsi-pci' vm = QEMUMachine(iotests.qemu_prog) -vm.add_args('-machine', 'accel=kvm') vm.launch() log(vm.qmp('blockdev-add', node_name='hd0', driver='null-co')) -- 2.20.1
