Re: [Xen-devel] [PATCH v2 01/16] x86emul: split instruction decoding from execution

2016-09-28 Thread Andrew Cooper
On 28/09/16 09:06, Jan Beulich wrote: > This is only the mechanical part, a subsequent patch will make non- > mechanical adjustments to actually do all decoding in this new > function. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-d

[Xen-devel] [PATCH v2 01/16] x86emul: split instruction decoding from execution

2016-09-28 Thread Jan Beulich
This is only the mechanical part, a subsequent patch will make non- mechanical adjustments to actually do all decoding in this new function. Signed-off-by: Jan Beulich --- v2: Fix a coding style issue. --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -