mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
qemu arm: fix boot with -M virt,highmem=off
This commit is contained in:
4
run
4
run
@@ -350,9 +350,11 @@ ${qemu_common}\
|
||||
else
|
||||
cpu=cortex-a57
|
||||
fi
|
||||
# highmem=off needed since v3.0.0 due to:
|
||||
# http://lists.nongnu.org/archive/html/qemu-discuss/2018-08/msg00034.html
|
||||
cmd="\
|
||||
${qemu_common}\
|
||||
-M virt \\
|
||||
-M virt,highmem=off \\
|
||||
-append '${root} ${extra_append}' \\
|
||||
-cpu "$cpu" \\
|
||||
${virtio_gpu_pci}\
|
||||
|
||||
Reference in New Issue
Block a user