Re: [Xen-devel] [PATCH v2 2/4] x86: split opt_pv_l1tf

2018-10-04 Thread Jan Beulich
>>> On 02.10.18 at 18:43, wrote: > On 01/10/18 13:09, Jan Beulich wrote: >> Use separate tracking variables for the hardware domain and DomU-s. >> >> No functional change intended, but adjust the comment in >> init_speculation_mitigations() to match prior as well as resulting code. >> >> Signed-of

Re: [Xen-devel] [PATCH v2 2/4] x86: split opt_pv_l1tf

2018-10-02 Thread Andrew Cooper
On 01/10/18 13:09, Jan Beulich wrote: > Use separate tracking variables for the hardware domain and DomU-s. > > No functional change intended, but adjust the comment in > init_speculation_mitigations() to match prior as well as resulting code. > > Signed-off-by: Jan Beulich Acked-by: Andrew Coope

[Xen-devel] [PATCH v2 2/4] x86: split opt_pv_l1tf

2018-10-01 Thread Jan Beulich
Use separate tracking variables for the hardware domain and DomU-s. No functional change intended, but adjust the comment in init_speculation_mitigations() to match prior as well as resulting code. Signed-off-by: Jan Beulich --- v2: New. --- a/xen/arch/x86/spec_ctrl.c +++ b/xen/arch/x86/spec_ct