x86emul: suppress alignment check for {,v}mov{d,q}
authorJan Beulich <JBeulich@suse.com>
Thu, 10 Nov 2016 12:29:32 +0000 (05:29 -0700)
committerWei Liu <wei.liu2@citrix.com>
Sat, 12 Nov 2016 06:45:16 +0000 (06:45 +0000)
commit8dd7b8a8934e5d8bda9a07ef281cd8f8a4ee1e26
treef9526b08bb6f67ff0b42180a5fd49ee3ec9bb536
parent043ad80d4fad75651e825ef3f935be52f2d6fda0
x86emul: suppress alignment check for {,v}mov{d,q}

When introducing support for these instructions, adjustment for the
alignment check logic (generating #GP(0)) was overlooked.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c