x86emul: add XOP decoding
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2016 10:04:05 +0000 (12:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2016 10:04:05 +0000 (12:04 +0200)
commitf09902c456d091e405cfce8d8788b535b01bf88e
tree5ae38e81e62961e9fabcad6427b69d1e5c6bb389
parent93ff47cf9fdc191a7516214325a7b903f3559567
x86emul: add XOP decoding

This way we can at least size (and e.g. skip) them if needed, and we
also won't raise the wrong fault due to not having read all relevant
bytes.

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