Re: [Qemu-devel] [PATCH v3] iotests: use -M accel=qtest in 238

2019-02-26 Thread Kevin Wolf
Am 25.02.2019 um 17:18 hat Stefan Hajnoczi geschrieben: > Test 238 does not require the kvm accelerator. tcg and qtest work too. > > Use qtest since it's always built in while kvm and tcg are not. > > Suggested-by: Thomas Huth > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/238 |

[Qemu-devel] [PATCH v3] iotests: use -M accel=qtest in 238

2019-02-25 Thread Stefan Hajnoczi
Test 238 does not require the kvm accelerator. tcg and qtest work too. Use qtest since it's always built in while kvm and tcg are not. Suggested-by: Thomas Huth Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/238 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/

Re: [Qemu-devel] [PATCH v3] iotests: use -M accel=qtest in 238

2019-02-25 Thread Thomas Huth
On 25/02/2019 17.18, Stefan Hajnoczi wrote: > Test 238 does not require the kvm accelerator. tcg and qtest work too. > > Use qtest since it's always built in while kvm and tcg are not. > > Suggested-by: Thomas Huth > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/238 | 2 +- > 1 fi