Re: [Xen-devel] [PATCH] x86/emul: Adjustments to exception error code handling

2018-02-05 Thread Jan Beulich
>>> On 05.02.18 at 17:00, wrote: > On 05/02/18 13:32, Jan Beulich wrote: > On 05.02.18 at 11:59, wrote: >>> --- a/xen/arch/x86/x86_emulate/x86_emulate.c >>> +++ b/xen/arch/x86/x86_emulate/x86_emulate.c >>> @@ -877,14 +877,12 @@ do {

Re: [Xen-devel] [PATCH] x86/emul: Adjustments to exception error code handling

2018-02-05 Thread Andrew Cooper
On 05/02/18 13:32, Jan Beulich wrote: On 05.02.18 at 11:59, wrote: >> --- a/xen/arch/x86/x86_emulate/x86_emulate.c >> +++ b/xen/arch/x86/x86_emulate/x86_emulate.c >> @@ -877,14 +877,12 @@ do { >> \ >> if ( rc

Re: [Xen-devel] [PATCH] x86/emul: Adjustments to exception error code handling

2018-02-05 Thread Jan Beulich
>>> On 05.02.18 at 11:59, wrote: > --- a/xen/arch/x86/x86_emulate/x86_emulate.c > +++ b/xen/arch/x86/x86_emulate/x86_emulate.c > @@ -877,14 +877,12 @@ do { > \ > if ( rc ) goto done;