From: Paolo Bonzini Date: Mon, 27 Jan 2014 13:49:40 +0000 (+0100) Subject: x86, kvm: cache the base of the KVM cpuid leaves X-Git-Tag: v3.14-rc1~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c300a40772dae829b91dad634999a6a522c0829;p=pandora-kernel.git 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 --- Reading git-diff-tree failed