Re: [Xen-devel] [PATCH 1/4] x86emul: fold exit paths

2017-03-13 Thread Andrew Cooper
On 13/03/17 11:03, Jan Beulich wrote: > Move "cannot_emulate" and make it go through the common (error) exit > path. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list

[Xen-devel] [PATCH 1/4] x86emul: fold exit paths

2017-03-13 Thread Jan Beulich
Move "cannot_emulate" and make it go through the common (error) exit path. Signed-off-by: Jan Beulich --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -7762,7 +7762,9 @@ x86_emulate( } default: -goto