mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-24 19:24:25 +00:00
parent
198475b6b3
commit
155621767a
@ -35,12 +35,13 @@ if {[have_include "power_on/qemu"]} {
|
|||||||
# pbxa9 - foc does only use 1 cpu even if more are configured
|
# pbxa9 - foc does only use 1 cpu even if more are configured
|
||||||
# pbxa9 - hw does not support multiple CPUs
|
# pbxa9 - hw does not support multiple CPUs
|
||||||
if {[have_spec pbxa9]} { set want_cpus 1 }
|
if {[have_spec pbxa9]} { set want_cpus 1 }
|
||||||
# okl4, pistachio, fiasco only use one CPU even if more are configured
|
# kernels only using one CPU even if more are configured
|
||||||
if {[have_spec okl4]} { set want_cpus 1 }
|
if {[have_spec okl4]} { set want_cpus 1 }
|
||||||
if {[have_spec pistachio]} { set want_cpus 1 }
|
if {[have_spec pistachio]} { set want_cpus 1 }
|
||||||
if {[have_spec fiasco]} { set want_cpus 1 }
|
if {[have_spec fiasco]} { set want_cpus 1 }
|
||||||
if {[have_spec hw_x86_64]} { set want_cpus 1 }
|
if {[have_spec hw_x86_64]} { set want_cpus 1 }
|
||||||
if {[have_spec hw_zynq]} { set want_cpus 1 }
|
if {[have_spec hw_zynq]} { set want_cpus 1 }
|
||||||
|
if {[have_spec sel4]} { set want_cpus 1 }
|
||||||
|
|
||||||
append qemu_args " -nographic -m 64 -smp $want_cpus,cores=$want_cpus "
|
append qemu_args " -nographic -m 64 -smp $want_cpus,cores=$want_cpus "
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user