From: Nitin A Kamble Date: Wed, 5 Nov 2008 23:37:36 +0000 (-0800) Subject: KVM: Fix cpuid leaf 0xb loop termination X-Git-Tag: v2.6.29-rc1~539^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0853d2c1d849ef69884d2447d90d04007590b72b;p=pandora-kernel.git KVM: Fix cpuid leaf 0xb loop termination For cpuid leaf 0xb the bits 8-15 in ECX register define the end of counting leaf. The previous code was using bits 0-7 for this purpose, which is a bug. Signed-off-by: Nitin A Kamble Signed-off-by: Avi Kivity --- Reading git-diff-tree failed