commit | 7bc3d711b45d6feacab96eda410c5655f4ddafcf | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 23 19:16:12 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Feb 03 17:33:55 2014 +0100 |
tree | ff22b9b746c03a3cbdd6f97e6b0849759bc5c36c | |
parent | 234cc64796557eea829544e4ff72ee99b6149187 [diff] |
kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV The MS docs specify HV_X64_MSR_HYPERCALL as a mandatory interface, thus we must provide the MSRs even if the user only specified features that, like relaxed timing, in principle don't require them. And the MSRs are only there if the hypervisor has KVM_CAP_HYPERV. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>