base: run mp_server on hw_x86_64 as single core

This commit is contained in:
Christian Helmuth 2015-04-09 11:33:47 +02:00
parent 8fd30b13ac
commit 0fb5ce0918
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ if {[have_include "power_on/qemu"]} {
if {[have_spec okl4]} { set want_cpus 1 }
if {[have_spec pistachio]} { set want_cpus 1 }
if {[have_spec fiasco]} { set want_cpus 1 }
if {[have_spec hw_x86_64]} { set want_cpus 1 }
append qemu_args " -nographic -m 64 -smp $want_cpus,cores=$want_cpus "
}