-
Hello all, How can I set additional cpu args? In addition to I was able to find only a workaround, but is there a better way to do this? export QEMU_SYSTEM_X86_64="qemu-system-x86_64 -cpu qemu64,+sse4.2,+sse4.1,+sse,+sse2,+avx,+avx2" |
Beta Was this translation helpful? Give feedback.
Answered by
jandubois
May 25, 2023
Replies: 1 comment
-
In your cpuType:
x86_64: qemu64,+sse4.2,+sse4.1,+sse,+sse2,+avx,+avx2 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
avoidik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your
lima.yaml
file you should be able to write: