From 9ad843211bc27c27b443bece08a3527f39aa8f16 Mon Sep 17 00:00:00 2001 From: Div Arora Date: Tue, 4 Feb 2025 15:09:10 +0800 Subject: [PATCH] reenable host cpu --- qemu-arm64-nix.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-arm64-nix.pkr.hcl b/qemu-arm64-nix.pkr.hcl index 2dd549bb2..4bb56868a 100644 --- a/qemu-arm64-nix.pkr.hcl +++ b/qemu-arm64-nix.pkr.hcl @@ -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"],