Closed NonLogicalDev closed 3 years ago
You probably need to configure KVM to use "Host passthrough" for the CPU.
@rocallahan Thank you so much! That totally worked!
For anyone else if they stumble upon this, changing this:
-cpu kvm64,enforce,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep
to:
-cpu host,+kvm_pv_eoi,+kvm_pv_unhalt
Fixes the issue, or if you run Proxmox setup, make sure to select the CPU type as host.
Apologies for a weird question, I have been trying to run RR from within a VM (KVM). It seems like it works on the host, but does not work inside a VM, is this expected behavior?
kvm config
lscpu (inside of KVM: guest)
lscpu (outside of KVM: host)