Skip to content

pmbootstrap qemu: fix on systems with more than 8 CPUs

Mark requested to merge nergzd723/pmbootstrap:qemu-cpus into master

error message: qemu-system-aarch64: Number of SMP CPUs requested (12) exceeds max CPUs supported by machine 'mach-virt' (8)

when emulating non-native platform, apparently, the maximum CPU count is 8, limit it

Merge request reports