Re: [Xen-devel] [PATCH] x86emul: suppress alignment check for {, v}mov{d, q}

2016-11-11 Thread Wei Liu
On Fri, Nov 11, 2016 at 03:36:13PM +, Andrew Cooper wrote: > On 10/11/16 12:29, Jan Beulich wrote: > > When introducing support for these instructions, adjustment for the > > alignment check logic (generating #GP(0)) was overlooked. > > > > Signed-off-by: Jan Beulich > > Reviewed-by: Andrew C

Re: [Xen-devel] [PATCH] x86emul: suppress alignment check for {, v}mov{d, q}

2016-11-11 Thread Andrew Cooper
On 10/11/16 12:29, Jan Beulich wrote: > When introducing support for these instructions, adjustment for the > alignment check logic (generating #GP(0)) was overlooked. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing lis

[Xen-devel] [PATCH] x86emul: suppress alignment check for {, v}mov{d, q}

2016-11-10 Thread Jan Beulich
When introducing support for these instructions, adjustment for the alignment check logic (generating #GP(0)) was overlooked. Signed-off-by: Jan Beulich --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -4940,7 +4940,7 @@ x86_emulate( {