From: Avi Kivity Date: Tue, 9 Nov 2010 14:15:42 +0000 (+0200) Subject: KVM: SVM: Replace svm_has() by standard Linux cpuid accessors X-Git-Tag: v2.6.38-rc1~244^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a6b20b83d1d37db57a9c25d99dc78454ad0747b;p=pandora-kernel.git KVM: SVM: Replace svm_has() by standard Linux cpuid accessors Instead of querying cpuid directly, use the Linux accessors (boot_cpu_has, etc.). This allows the things like the clearcpuid kernel command line to work (when it's fixed wrt scattered cpuid bits). Acked-by: Joerg Roedel Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed