hw: enable virtualization support for virt_qemu

Ref #3638
This commit is contained in:
Stefan Kalkowski
2020-03-25 19:09:36 +01:00
committed by Christian Helmuth
parent 58db6542f8
commit 74e75d7fbc
10 changed files with 259 additions and 30 deletions

View File

@@ -110,7 +110,7 @@ proc run_power_on { } {
if {[have_spec rpi3]} { append qemu_args " -M raspi3 -m 512 " }
if {[have_spec virt_qemu]} {
append qemu_args " -M virt"
append qemu_args " -M virt,virtualization=true"
if {[have_spec arm_v8a]} {
append qemu_args ",gic_version=3 -cpu cortex-a53 -smp 4"
}