diff --git a/meta/conf/machine/include/x86/qemuboot-x86.inc b/meta/conf/machine/include/x86/qemuboot-x86.inc index 6ae03633ae..82ef4a0b73 100644 --- a/meta/conf/machine/include/x86/qemuboot-x86.inc +++ b/meta/conf/machine/include/x86/qemuboot-x86.inc @@ -4,8 +4,8 @@ QB_SMP ?= "-smp 4" QB_CPU:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" QB_CPU_KVM:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" -QB_CPU:x86-64 ?= "-cpu IvyBridge -machine q35,i8042=off" -QB_CPU_KVM:x86-64 ?= "-cpu IvyBridge -machine q35,i8042=off" +QB_CPU:x86-64 ?= "-cpu Skylake-Client -machine q35,i8042=off" +QB_CPU_KVM:x86-64 ?= "-cpu Skylake-Client -machine q35,i8042=off" QB_AUDIO_DRV = "alsa" QB_AUDIO_OPT = "-device AC97" diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 62108b703b..8aac7634b7 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for running an x86-64 system on QEMU require conf/machine/include/qemu.inc -DEFAULTTUNE ?= "core2-64" +DEFAULTTUNE ?= "x86-64-v3" require conf/machine/include/x86/tune-x86-64-v3.inc require conf/machine/include/x86/qemuboot-x86.inc