mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
Set gic-version=max for aarch64 qemu 'machine' arg
This is needed for qemu to run on the new aarch64 worker hosts, per https://bugzilla.redhat.com/show_bug.cgi?id=1661976 . Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
884f71bb81
commit
1bb38cbb16
@ -36,7 +36,7 @@
|
|||||||
"QEMU": "aarch64",
|
"QEMU": "aarch64",
|
||||||
"QEMUCPU": "host",
|
"QEMUCPU": "host",
|
||||||
"QEMUCPUS": "2",
|
"QEMUCPUS": "2",
|
||||||
"QEMUMACHINE": "virt",
|
"QEMUMACHINE": "virt,gic-version=max",
|
||||||
"QEMURAM": 3072,
|
"QEMURAM": 3072,
|
||||||
"QEMU_VIRTIO_RNG": "1",
|
"QEMU_VIRTIO_RNG": "1",
|
||||||
"SERIALDEV": "ttyAMA0",
|
"SERIALDEV": "ttyAMA0",
|
||||||
|
Loading…
Reference in New Issue
Block a user