Bug 106621
Summary: | Failure to install Hyper-V role on nested KVM guest | ||
---|---|---|---|
Product: | Virtualization | Reporter: | Rainmaker52 |
Component: | kvm | Assignee: | virtualization_kvm |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | bonzini, chenwill, jopoulso, patrakov, Rainmaker52 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.3.0-rc7 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Rainmaker52
2015-10-26 12:57:02 UTC
While trying to run an L2 VM in HyperV in KVM, I was able to get another potentially useful log message from Windows: Hypervisor launch failed; Processor does not support the minimum features required to run the hypervisor (MSR index 0x48B, allowed bits 0x2600000000, required bits 0xFB00000000). That's on linux-4.9.8. in a Linux L1 guest, with "-enable-kvm -cpu host,-hypervisor,+vmx,kvm=off", "rdmsr 0x48b" returns fb00000000, but that's still not good enough for HyperV. Will work in 4.10. |