From 051e919960e12ad7e75e5eeef82caf883b1e3040 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sat, 1 Mar 2025 08:37:03 -0700 Subject: [PATCH] Updated host cpu type for M4 chips --- msg/machine.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msg/machine.scm b/msg/machine.scm index b874a7e..9e5c50b 100644 --- a/msg/machine.scm +++ b/msg/machine.scm @@ -80,7 +80,7 @@ (system (format #f "/opt/homebrew/bin/qemu-system-aarch64 \ -machine virt,highmem=on \ -accel hvf \ - -cpu host \ + -cpu cortex-a57 \ -smp ~a \ -display none \ -hda $HOME/.guix/qemu/guix-user.qcow2 \ @@ -126,7 +126,7 @@ (system "/opt/homebrew/bin/qemu-system-aarch64 \ -machine virt,highmem=on \ -accel hvf \ - -cpu host \ + -cpu cortex-a57 \ -smp 4 \ -display none \ -hda $HOME/.guix/qemu/guix-user.qcow2 \