From: Khem Raj Date: Wed, 16 Mar 2022 07:16:29 +0000 (-0700) Subject: qemuppc64: Use smp = 2 X-Git-Tag: uninative-3.6~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6572225a0afb60b02702a6ab59da649386708a7f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemuppc64: Use smp = 2 Speeds up the system a bit Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/qemuppc64.conf b/meta/conf/machine/qemuppc64.conf index 5f4f68b9816..304f06a30d2 100644 --- a/meta/conf/machine/qemuppc64.conf +++ b/meta/conf/machine/qemuppc64.conf @@ -13,6 +13,8 @@ SERIAL_CONSOLES ?= "115200;hvc0" QB_SYSTEM_NAME = "qemu-system-ppc64" QB_MACHINE = "-machine pseries" QB_CPU = "-cpu POWER9" +QB_SMP = "-smp 2" + QB_KERNEL_CMDLINE_APPEND = "console=hvc0 nohugevmalloc" #QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd" QB_OPT_APPEND = "-usb -device usb-tablet"