qemu arm: fix boot with -M virt,highmem=off

This commit is contained in:
Ciro Santilli
2018-08-11 20:47:11 +01:00
parent 4f6b206ccf
commit 688d26ecd6
2 changed files with 4 additions and 14 deletions

4
run
View File

@@ -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}\