From: Khem Raj Date: Wed, 16 Mar 2022 07:16:28 +0000 (-0700) Subject: qemuppc64.conf: Disable huge vmalloc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38503807e92699cb0fb1d207af73954cc953d728;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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"