summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/include/x86/qemuboot-x86.inc4
-rw-r--r--meta/conf/machine/qemux86-64.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/machine/include/x86/qemuboot-x86.inc b/meta/conf/machine/include/x86/qemuboot-x86.inc
index 3953679366..31db1b2a61 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"
4QB_CPU:x86 = "-cpu IvyBridge -machine q35,i8042=off" 4QB_CPU:x86 = "-cpu IvyBridge -machine q35,i8042=off"
5QB_CPU_KVM:x86 = "-cpu IvyBridge -machine q35,i8042=off" 5QB_CPU_KVM:x86 = "-cpu IvyBridge -machine q35,i8042=off"
6 6
7QB_CPU:x86-64 = "-cpu IvyBridge -machine q35,i8042=off" 7QB_CPU:x86-64 = "-cpu Skylake-Client -machine q35,i8042=off"
8QB_CPU_KVM:x86-64 = "-cpu IvyBridge -machine q35,i8042=off" 8QB_CPU_KVM:x86-64 = "-cpu Skylake-Client -machine q35,i8042=off"
9 9
10QB_AUDIO_DRV = "alsa" 10QB_AUDIO_DRV = "alsa"
11QB_AUDIO_OPT = "-device AC97" 11QB_AUDIO_OPT = "-device AC97"
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 8640867911..d355375f13 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -9,8 +9,8 @@ PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
9PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa" 9PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa"
10 10
11require conf/machine/include/qemu.inc 11require conf/machine/include/qemu.inc
12DEFAULTTUNE ?= "core2-64" 12DEFAULTTUNE ?= "x86-64-v3"
13require conf/machine/include/x86/tune-corei7.inc 13require conf/machine/include/x86/tune-x86-64-v3.inc
14require conf/machine/include/x86/qemuboot-x86.inc 14require conf/machine/include/x86/qemuboot-x86.inc
15 15
16UBOOT_MACHINE ?= "qemu-x86_64_defconfig" 16UBOOT_MACHINE ?= "qemu-x86_64_defconfig"