qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3] iotests: use -M accel=qtest in 238
@ 2019-02-25 16:18 Stefan Hajnoczi
  2019-02-25 16:23 ` Thomas Huth
  2019-02-26  8:49 ` Kevin Wolf
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2019-02-25 16:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: Max Reitz, Kevin Wolf, qemu-block, Stefan Hajnoczi, Thomas Huth

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 <thuth@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 tests/qemu-iotests/238 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/238 b/tests/qemu-iotests/238
index f81ee1112f..c7f8d9422b 100755
--- a/tests/qemu-iotests/238
+++ b/tests/qemu-iotests/238
@@ -33,7 +33,7 @@ else:
     virtio_scsi_device = 'virtio-scsi-pci'
 
 vm = QEMUMachine(iotests.qemu_prog)
-vm.add_args('-machine', 'accel=kvm')
+vm.add_args('-machine', 'accel=qtest')
 vm.launch()
 
 log(vm.qmp('blockdev-add', node_name='hd0', driver='null-co'))
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-27 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-25 16:18 [Qemu-devel] [PATCH v3] iotests: use -M accel=qtest in 238 Stefan Hajnoczi
2019-02-25 16:23 ` Thomas Huth
2019-02-26  8:49 ` Kevin Wolf
2019-02-27 14:44   ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).