From 01c94b9a2cb985be86b35c457bd1a736fe3adb74 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 14 Apr 2020 10:04:27 +0800 Subject: qemuboot-intel: use Skylake-Client instead of kvm64 Use skylake-client instead of legacy kvm64 for intel-skylake-64 MACHINE. Also helps prevent problems when booting up using KVM in QEMU. Signed-off-by: Anuj Mittal --- conf/machine/include/qemuboot-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/qemuboot-intel.inc b/conf/machine/include/qemuboot-intel.inc index 88e20a3e..befcc250 100644 --- a/conf/machine/include/qemuboot-intel.inc +++ b/conf/machine/include/qemuboot-intel.inc @@ -10,7 +10,7 @@ QB_CPU_KVM_intel-corei7-64 = "-cpu kvm64" QB_SYSTEM_NAME_intel-skylake-64 = "qemu-system-x86_64" QB_CPU_intel-skylake-64 = "-cpu Skylake-Client" -QB_CPU_KVM_intel-skylake-64 = "-cpu kvm64" +QB_CPU_KVM_intel-skylake-64 = "-cpu Skylake-Client" QB_AUDIO_DRV = "alsa" QB_AUDIO_OPT = "-soundhw ac97,es1370" -- cgit v1.2.3-54-g00ecf