test: Use more cores for QEMU

This commit is contained in:
Johan Gunnarsson 2023-01-17 20:06:24 +01:00
parent 5909eaffd6
commit b451a21fbb
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ esac
# Launch QEMU with U-Boot and image
qemu-system-${QEMU_ARCH} -machine ${QEMU_MACHINE} \
-cpu ${QEMU_CPU} \
-smp $(nproc) \
-m 512 \
-bios bios.bin \
-serial stdio \