All of lore.kernel.org
 help / color / mirror / Atom feed
* MSR_SPEC_CTRL intercept
@ 2018-05-23 21:40 Boris Ostrovsky
  2018-05-23 21:49 ` Andrew Cooper
  0 siblings, 1 reply; 13+ messages in thread
From: Boris Ostrovsky @ 2018-05-23 21:40 UTC (permalink / raw)
  To: xen-devel, Andrew Cooper

Looking at vmx_cpuid_policy_changed():


   if ( cp->feat.ibrsb )
        vmx_clear_msr_intercept(v, MSR_SPEC_CTRL, VMX_MSR_RW);
    else
        vmx_set_msr_intercept(v, MSR_SPEC_CTRL, VMX_MSR_RW);


Is there a reason why we are not checking cp->feat.ssbd as well?


-boris

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-25 15:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-23 21:40 MSR_SPEC_CTRL intercept Boris Ostrovsky
2018-05-23 21:49 ` Andrew Cooper
2018-05-23 21:59   ` Boris Ostrovsky
2018-05-23 22:09     ` Andrew Cooper
2018-05-23 22:27       ` Boris Ostrovsky
2018-05-23 22:34         ` Andrew Cooper
2018-05-23 22:53           ` Boris Ostrovsky
2018-05-23 22:56             ` Andrew Cooper
2018-05-24  8:13       ` Jan Beulich
2018-05-24 10:13         ` Andrew Cooper
2018-05-24 10:23           ` Jan Beulich
2018-05-25 15:25             ` Andrew Cooper
2018-05-25 15:42               ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.