Updated host cpu type for M4 chips

This commit is contained in:
Chad Nelson 2025-03-01 08:37:03 -07:00
parent 660e85ca35
commit 051e919960

View file

@ -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 \