commit | 1c300a40772dae829b91dad634999a6a522c0829 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 27 14:49:40 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 29 18:11:54 2014 +0100 |
tree | 14707e507380a59196f37d27faa469c473372859 | |
parent | 5f66b62095d028b70a322df15e8f9ffcdbcb474c [diff] |
x86, kvm: cache the base of the KVM cpuid leaves It is unnecessary to go through hypervisor_cpuid_base every time a leaf is found (which will be every time a feature is requested after the next patch). Fixes: 1085ba7f552d84aa8ac0ae903fa8d0cc2ff9f79d Cc: stable@vger.kernel.org Cc: mtosatti@redhat.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>