aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-05-24 10:54:38 +0100
committerMarc Zyngier <maz@kernel.org>2020-05-24 11:01:13 +0100
commit355a85ed459623d6672ae543a3168fffd7f956fe (patch)
treeed656a2ff7001165e45fa4240173cd5637c0ba47
parent175a463e5e731b4f00bd6819b5adccc10da9584d (diff)
downloadvminstall-355a85ed459623d6672ae543a3168fffd7f956fe.tar.gz
runefivm: Use gic-version instead of gic_version
The latter used to work, but has been removed from QEMU 5.0. Signed-off-by: Marc Zyngier <maz@kernel.org>
-rwxr-xr-xrunefivm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runefivm.sh b/runefivm.sh
index 330aaed..a67179b 100755
--- a/runefivm.sh
+++ b/runefivm.sh
@@ -88,7 +88,7 @@ else
-device virtio-net-$bus$virtio,netdev=hostnet0,mac=5a:fe:00:$suffix,$vectors"
fi
-args=" -m $ram -smp $cpus -cpu $cputype,aarch64=$sf -machine virt,accel=$accel,gic_version=$gic \
+args=" -m $ram -smp $cpus -cpu $cputype,aarch64=$sf -machine virt,accel=$accel,gic-version=$gic \
-nographic \
-drive if=pflash,format=raw,readonly,file=$efi $efivarpflash \
$netdev \