]> xenbits.xensource.com Git - xen.git/commit
x86/cpuid: Handle leaf 0xa in guest_cpuid()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 17 Feb 2017 18:24:45 +0000 (18:24 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 Mar 2017 13:44:39 +0000 (13:44 +0000)
commit843f30e65ec00307b8b7305f95b2008bd4167998
treea84287f3cf97e61528468625bb13f2b97ed7658e
parent72e038450d3d5de1a39f0cfa2d2b0f9b3d43c6c6
x86/cpuid: Handle leaf 0xa in guest_cpuid()

Leaf 0xa is reserved by AMD, and only exposed to Intel guests when vPMU is
enabled.  Leave the logic as-was, ready to be cleaned up when further
toolstack infrastructure is in place.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpuid.c