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

(From OE-Core rev: 38503807e92699cb0fb1d207af73954cc953d728)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2022-03-16 00:16:28 -07:00 committed by Richard Purdie
parent eab17ad3b7
commit ac35918153

View File

@ -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"