From: Avi Kivity Date: Thu, 7 Jun 2012 11:10:16 +0000 (+0300) Subject: KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics X-Git-Tag: v3.6-rc1~124^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0017f93a2776597b798ec1a9594e41dfd96d3c11;p=pandora-kernel.git KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics Instead of getting an exact leaf, follow the spec and fall back to the last main leaf instead. This lets us easily emulate the cpuid instruction in the emulator. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed