-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Illegal CPU instruction on KVM/QEMU virtual machine #26
Comments
Hatsu is using the Lines 13 to 16 in 07a07d0
|
Changing it to v2 worked for me! I think this should be documented somewhere for older CPUs. |
Yes, I will update the documentation later. If more users experience this problem, I may consider offering an |
Related: #76 It no longer has the x86-64-v3 build flag by default. |
When attempting to use hatsu on my proxmox (kvm/qemu) Ubuntu Server 23.04 virtual machine, I get a
Illegal instruction (core dumped)
message:When building from source (
cargo run
) I get a more detailed output, but my googling was still unable to resolve:This is running the latest Rust using the zipped binaries and
./install.sh
.lscpu
outputCPU mode was set to host, but I received the same issue when using the default CPU option (either kvm64 or qemu64 I can't remember, but I tried both)
The text was updated successfully, but these errors were encountered: