qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] 'make vm-build-freebsd' &c don't work if KVM isn't enabled
@ 2018-07-30 13:23 Peter Maydell
  2018-07-30 13:30 ` Daniel P. Berrangé
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Peter Maydell @ 2018-07-30 13:23 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Fam Zheng, Alex Bennée

The tests in tests/vm/ seem to make some attempt to cope with the
host system not allowing the user to use KVM, but it doesn't quite
work. The problem is that tests/vm/basevm.py always uses "-cpu host"
in the QEMU options it uses to run the VM, and that only works if
KVM is enabled. If the user can't run KVM then we correctly avoid
passing it "-enable-kvm" but then QEMU doesn't run because "-cpu host"
isn't supported...

I guess the right fix here is to use "-cpu max" ?

thanks
-- PMM

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

end of thread, other threads:[~2018-08-02 20:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-30 13:23 [Qemu-devel] 'make vm-build-freebsd' &c don't work if KVM isn't enabled Peter Maydell
2018-07-30 13:30 ` Daniel P. Berrangé
2018-07-30 13:36 ` Peter Maydell
2018-07-30 13:40   ` Peter Maydell
2018-07-30 15:20     ` Peter Maydell
2018-08-02  5:47       ` Fam Zheng
2018-08-02 19:13 ` Philippe Mathieu-Daudé
2018-08-02 20:37   ` Peter Maydell

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).