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 <[email protected]> --- conf/machine/include/qemuboot-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6485): https://lists.yoctoproject.org/g/meta-intel/message/6485 Mute This Topic: https://lists.yoctoproject.org/mt/73002574/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
