|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Ping#2: [PATCH] VMX: extend last branch MSR info to cover ne
VMX: extend last branch MSR info to cover newer CPU models #2
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
--- 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Ping#2: [PATCH] VMX: extend last branch MSR info to cover newer CPU models,
Jan Beulich <=
|
|
|
|
|