We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad8432 commit dc080fcCopy full SHA for dc080fc
qemu-arm64-nix.pkr.hcl
@@ -79,7 +79,7 @@ source "qemu" "cloudimg" {
79
memory = 40000
80
qemu_binary = "qemu-system-aarch64"
81
qemuargs = [
82
- ["-machine", "virt"],
+ ["-machine", "virt,gic-version=3"],
83
["-cpu", "host"],
84
["-device", "virtio-gpu-pci"],
85
["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd"],
0 commit comments