]> xenbits.xensource.com Git - xen.git/commit
x86emul: add EVEX decoding
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2016 10:04:33 +0000 (12:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2016 10:04:33 +0000 (12:04 +0200)
commite3b002f842c0de957bc685bc00331c2cb34204de
tree2afb4f10424d3d5b74d3ae76744371875e648bb4
parentf09902c456d091e405cfce8d8788b535b01bf88e
x86emul: add EVEX 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