From b264ddedb102726f7608da3e1aa4b8f4e880508b Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 6 Aug 2024 18:24:34 +0200 Subject: [PATCH] trisquel-automatic-netinstall-qemu: Fix -cpu host without KVM. Without that fix, when KVM is disabled, we have the following: qemu-system-x86_64: CPU model 'host' requires KVM or HVF and since HVF is only available on MacOS[1], and that MacOS is nonfree we won't be using it when KVM isn't available. [1]https://www.qemu.org/docs/master/system/introduction.html Signed-off-by: Denis 'GNUtoo' Carikli --- trisquel-automatic-netinstall-qemu/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trisquel-automatic-netinstall-qemu/Makefile.am b/trisquel-automatic-netinstall-qemu/Makefile.am index e69e67e..1b410a1 100644 --- a/trisquel-automatic-netinstall-qemu/Makefile.am +++ b/trisquel-automatic-netinstall-qemu/Makefile.am @@ -14,7 +14,7 @@ dist_pkgdata_DATA = rootfs.img EXTRA_QEMU_ARGS = if WANT_KVM -EXTRA_QEMU_ARGS += -enable-kvm +EXTRA_QEMU_ARGS += -enable-kvm -cpu host endif # WANT_KVM gnupg/pubring.kbx: ${srcdir}/D24DDAC9226D5BA5E9F3BED3F5DAAAF74AD4C938.asc