Re: [Xen-devel] [PATCH RFC v3 8/8] x86emul: support MCOMMIT

2020-01-07 Thread Jan Beulich
On 06.01.2020 20:45, Andrew Cooper wrote: > On 06/01/2020 16:39, Jan Beulich wrote: >> The dependency on a new EFER bit implies that we need to set that bit >> ourselves in order to be able to successfully invoke the insn. >> >> Also once again introduce the SVM related constants at this occasion.

Re: [Xen-devel] [PATCH RFC v3 8/8] x86emul: support MCOMMIT

2020-01-06 Thread Andrew Cooper
On 06/01/2020 16:39, Jan Beulich wrote: > The dependency on a new EFER bit implies that we need to set that bit > ourselves in order to be able to successfully invoke the insn. > > Also once again introduce the SVM related constants at this occasion. > > Signed-off-by: Jan Beulich > --- > RFC: The