Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simulation: properly setup SMP on qemu
We always use the EL2 qemu implementation, this allows the elfloader to boot secondary cores using SMC (the only method it supports). Note this is fine even if CONFIG_ARM_HYPERVISOR_SUPPORT is not set as the elfloader will drop from EL2 to EL1 before entering the seL4 kernel. We also set the -smp flag to KernelMaxNumNodes, to launch the necessary CPUs.
- Loading branch information