mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 23:20:55 +00:00
run: Use Qemu 5.0.0 compatile gic-version param.
It seems Qemu 5.0.0 no longer supports gic_version parameter. Apparently this only worked due to some compat feature that was dropped in Qemu 5.0.0. The replacement which works on both old and new Qemu versions is gic-version. Fixes #3823
This commit is contained in:
parent
a5f6d0f081
commit
80bc1cff5f
@ -112,7 +112,7 @@ proc run_power_on { } {
|
|||||||
if {[have_spec virt_qemu]} {
|
if {[have_spec virt_qemu]} {
|
||||||
append qemu_args " -M virt,virtualization=true"
|
append qemu_args " -M virt,virtualization=true"
|
||||||
if {[have_spec arm_v8a]} {
|
if {[have_spec arm_v8a]} {
|
||||||
append qemu_args ",gic_version=3 -cpu cortex-a53 -smp 4"
|
append qemu_args ",gic-version=3 -cpu cortex-a53 -smp 4"
|
||||||
}
|
}
|
||||||
if {[have_spec arm_v7a]} {
|
if {[have_spec arm_v7a]} {
|
||||||
append qemu_args " -cpu cortex-a15 -smp 2"
|
append qemu_args " -cpu cortex-a15 -smp 2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user