[1/2] qemuppc64.conf: Disable huge vmalloc

Message ID 20220316071629.3494348-1-raj.khem@gmail.com
State Accepted, archived
Commit 38503807e92699cb0fb1d207af73954cc953d728
Headers show
Series [1/2] qemuppc64.conf: Disable huge vmalloc | expand

Commit Message

Khem Raj March 16, 2022, 7:16 a.m. UTC
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>
---
 meta/conf/machine/qemuppc64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta/conf/machine/qemuppc64.conf b/meta/conf/machine/qemuppc64.conf
index a35c40b5927..5f4f68b9816 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"