commit | d84f1cff9028c00ee870f0293b0c7a3866071dfa | [log] [tgz] |
---|---|---|
author | Drew Schmitt <dasch@google.com> | Mon Aug 20 10:32:14 2018 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 20 00:51:46 2018 +0200 |
tree | 826de97fdedadafccc68102de820da2233801c15 | |
parent | ba8e23db59dc07e5de74fd7bd310e297d3e4ba54 [diff] |
KVM: x86: Turbo bits in MSR_PLATFORM_INFO Allow userspace to set turbo bits in MSR_PLATFORM_INFO. Previously, only the CPUID faulting bit was settable. But now any bit in MSR_PLATFORM_INFO would be settable. This can be used, for example, to convey frequency information about the platform on which the guest is running. Signed-off-by: Drew Schmitt <dasch@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>