Jan Beulich
2011-Oct-21 07:50 UTC
[Xen-devel] Ping: [PATCH] VMX: extend last branch MSR info to cover newer CPU models
VMX: extend last branch MSR info to cover newer CPU models #2 Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -1738,10 +1738,9 @@ static const struct lbr_info *last_branc case 23: return c2_lbr; break; - /* Nehalem */ - case 26: case 30: case 31: case 46: - /* Sandy Bridge */ - case 42: case 45: + /* Nehalem/Sandy Bridge */ + case 26: case 30: case 31: case 37: + case 42: case 44: case 45: case 46: case 47: return nh_lbr; break; /* Atom */ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel