RE: [4.17?] Re: [PATCH] x86emul: respect NSCB

2022-10-11 Thread Henry Wang
Hi Andrew, > -Original Message- > From: Andrew Cooper > > (If it will not cause too much time of digging, would you mind adding a > > "Fixes:" tag pointing to the original commit that missing this > > ` vcpu_has_nscb()` check when you do the committing? I think this would > > help to iden

Re: [4.17?] Re: [PATCH] x86emul: respect NSCB

2022-10-11 Thread Andrew Cooper
On 11/10/2022 11:44, Henry Wang wrote: > Hi Jan, > >> -Original Message- >> From: Jan Beulich >> Subject: [4.17?] Re: [PATCH] x86emul: respect NSCB >> >> On 10.10.2022 18:44, Andrew Cooper wrote: >>> On 15/09/2022 08:22, Jan Beulich wrote: &g

RE: [4.17?] Re: [PATCH] x86emul: respect NSCB

2022-10-11 Thread Henry Wang
Hi Jan, > -Original Message- > From: Jan Beulich > Subject: [4.17?] Re: [PATCH] x86emul: respect NSCB > > On 10.10.2022 18:44, Andrew Cooper wrote: > > On 15/09/2022 08:22, Jan Beulich wrote: > >> protmode_load_seg() would better adhere to that "featur

[4.17?] Re: [PATCH] x86emul: respect NSCB

2022-10-11 Thread Jan Beulich
On 10.10.2022 18:44, Andrew Cooper wrote: > On 15/09/2022 08:22, Jan Beulich wrote: >> protmode_load_seg() would better adhere to that "feature" of clearing >> base (and limit) during NULL selector loads. >> >> Signed-off-by: Jan Beulich > > Reviewed-by: Andrew Cooper Thanks. Henry - this was