From d8c0824bee0393a95af4014276f12e876210ec0d Mon Sep 17 00:00:00 2001 From: Boris Ostrovsky Date: Fri, 17 Feb 2017 12:40:12 -0500 Subject: [PATCH] libxc/x86: PV guests should see leaf 0xa on Intel PV guests support VPMU and therefore leaf 0xa can be exposed to them. Signed-off-by: Boris Ostrovsky Reviewed-by: Andrew Cooper Acked-by: Wei Liu --- tools/libxc/xc_cpuid_x86.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxc/xc_cpuid_x86.c b/tools/libxc/xc_cpuid_x86.c index 73a2ded770..35ecca136c 100644 --- a/tools/libxc/xc_cpuid_x86.c +++ b/tools/libxc/xc_cpuid_x86.c @@ -576,7 +576,6 @@ static void xc_cpuid_pv_policy(xc_interface *xch, } case 0x00000005: /* MONITOR/MWAIT */ - case 0x0000000a: /* Architectural Performance Monitor Features */ case 0x0000000b: /* Extended Topology Enumeration */ case 0x8000000a: /* SVM revision and features */ case 0x8000001b: /* Instruction Based Sampling */ -- 2.39.5