Skip to content

Commit 9ad8432

Browse files
committed
reenable host cpu
1 parent cf3b0ec commit 9ad8432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ source "qemu" "cloudimg" {
8080
qemu_binary = "qemu-system-aarch64"
8181
qemuargs = [
8282
["-machine", "virt"],
83-
# ["-cpu", "host"],
83+
["-cpu", "host"],
8484
["-device", "virtio-gpu-pci"],
8585
["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd"],
8686
["-drive", "if=pflash,format=raw,id=ovmf_vars,file=AAVMF_VARS.fd"],

0 commit comments

Comments
 (0)