Re: [Qemu-devel] [PATCH v4] iotests: use iotests.VM in 238

2019-02-28 Thread Kevin Wolf
Am 27.02.2019 um 15:44 hat Stefan Hajnoczi geschrieben: > Test 238 does not require the kvm accelerator. Using the qtest > accelerator allows the test to run in both non-kvm and non-tcg > environments. > > iotests.VM implicitly uses the qtest accelerator and is really the class > that this test s

[Qemu-devel] [PATCH v4] iotests: use iotests.VM in 238

2019-02-27 Thread Stefan Hajnoczi
Test 238 does not require the kvm accelerator. Using the qtest accelerator allows the test to run in both non-kvm and non-tcg environments. iotests.VM implicitly uses the qtest accelerator and is really the class that this test should be using. Switch to that instead of qemu.QEMUMachine. Sugges