summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-16 00:16:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 13:37:54 +0000
commit38503807e92699cb0fb1d207af73954cc953d728 (patch)
tree0639ef347156e0ff4dc6934a4d80ec681130e5ee
parentbfc76d19f3d6e3a7b2d91c3fcd97501c8b29001e (diff)
downloadopenembedded-core-contrib-38503807e92699cb0fb1d207af73954cc953d728.tar.gz
qemuppc64.conf: Disable huge vmalloc
This feature results in X11 crashes on Qemu since 5.13+ when it was added disable it therefore for qemuppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/machine/qemuppc64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuppc64.conf b/meta/conf/machine/qemuppc64.conf
index a35c40b592..5f4f68b981 100644
--- a/meta/conf/machine/qemuppc64.conf
+++ b/meta/conf/machine/qemuppc64.conf
@@ -13,7 +13,7 @@ SERIAL_CONSOLES ?= "115200;hvc0"
QB_SYSTEM_NAME = "qemu-system-ppc64"
QB_MACHINE = "-machine pseries"
QB_CPU = "-cpu POWER9"
-QB_KERNEL_CMDLINE_APPEND = "console=hvc0"
+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"