Skip to content

Commit

Permalink
reenable host cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Feb 4, 2025
1 parent cf3b0ec commit 9ad8432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu-arm64-nix.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ source "qemu" "cloudimg" {
qemu_binary = "qemu-system-aarch64"
qemuargs = [
["-machine", "virt"],
# ["-cpu", "host"],
["-cpu", "host"],
["-device", "virtio-gpu-pci"],
["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd"],
["-drive", "if=pflash,format=raw,id=ovmf_vars,file=AAVMF_VARS.fd"],
Expand Down

0 comments on commit 9ad8432

Please sign in to comment.