]> xenbits.xensource.com Git - xen.git/commit
x86emul: split instruction decoding from execution
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2016 10:01:37 +0000 (12:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2016 10:01:37 +0000 (12:01 +0200)
commit65e4f6c0717bd198bc2391e0442c6ad3e1da1b6f
treef3754783ddc660de902e109743d746785b380da0
parenta6f681cf110a1833cfe46d514cb8824e9b63fe22
x86emul: split instruction decoding from execution

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 <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c