diff options
Diffstat (limited to 'meta/conf/machine/include/qemuboot-x86.inc')
-rw-r--r-- | meta/conf/machine/include/qemuboot-x86.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/machine/include/qemuboot-x86.inc b/meta/conf/machine/include/qemuboot-x86.inc index 9b1e1c4975..0038540027 100644 --- a/meta/conf/machine/include/qemuboot-x86.inc +++ b/meta/conf/machine/include/qemuboot-x86.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | # For runqemu | 1 | # For runqemu |
2 | IMAGE_CLASSES += "qemuboot" | 2 | IMAGE_CLASSES += "qemuboot" |
3 | QB_SMP = "-smp 4" | 3 | QB_SMP = "-smp 4" |
4 | QB_CPU_x86 = "-cpu core2duo" | 4 | QB_CPU_x86 = "-cpu IvyBridge -machine q35" |
5 | QB_CPU_KVM_x86 = "-cpu core2duo" | 5 | QB_CPU_KVM_x86 = "-cpu IvyBridge -machine q35" |
6 | 6 | ||
7 | QB_CPU_x86-64 = "-cpu core2duo" | 7 | QB_CPU_x86-64 = "-cpu IvyBridge -machine q35" |
8 | QB_CPU_KVM_x86-64 = "-cpu core2duo" | 8 | QB_CPU_KVM_x86-64 = "-cpu IvyBridge -machine q35" |
9 | 9 | ||
10 | QB_AUDIO_DRV = "alsa" | 10 | QB_AUDIO_DRV = "alsa" |
11 | QB_AUDIO_OPT = "-soundhw ac97,es1370" | 11 | QB_AUDIO_OPT = "-soundhw ac97,es1370" |