Updated host cpu type for M4 chips
This commit is contained in:
parent
660e85ca35
commit
051e919960
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
||||||
(system (format #f "/opt/homebrew/bin/qemu-system-aarch64 \
|
(system (format #f "/opt/homebrew/bin/qemu-system-aarch64 \
|
||||||
-machine virt,highmem=on \
|
-machine virt,highmem=on \
|
||||||
-accel hvf \
|
-accel hvf \
|
||||||
-cpu host \
|
-cpu cortex-a57 \
|
||||||
-smp ~a \
|
-smp ~a \
|
||||||
-display none \
|
-display none \
|
||||||
-hda $HOME/.guix/qemu/guix-user.qcow2 \
|
-hda $HOME/.guix/qemu/guix-user.qcow2 \
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
(system "/opt/homebrew/bin/qemu-system-aarch64 \
|
(system "/opt/homebrew/bin/qemu-system-aarch64 \
|
||||||
-machine virt,highmem=on \
|
-machine virt,highmem=on \
|
||||||
-accel hvf \
|
-accel hvf \
|
||||||
-cpu host \
|
-cpu cortex-a57 \
|
||||||
-smp 4 \
|
-smp 4 \
|
||||||
-display none \
|
-display none \
|
||||||
-hda $HOME/.guix/qemu/guix-user.qcow2 \
|
-hda $HOME/.guix/qemu/guix-user.qcow2 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue