]> xenbits.xensource.com Git - xen.git/commit
x86: move PV gate op emulation code
authorWei Liu <wei.liu2@citrix.com>
Mon, 5 Jun 2017 11:59:07 +0000 (12:59 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 21 Jun 2017 13:23:23 +0000 (14:23 +0100)
commitd3dfd92e592898891af6ba861296f35e9e02bbf1
tree642ef529232ea54948967bde00c45fb5d4bfefc8
parentecaba067e1e433c7b2d7e309f8eee6f2fdb5c8a0
x86: move PV gate op emulation code

Move the code to pv/emul-gate-op.c. Prefix emulate_gate_op with pv_
and export it via pv/traps.h.

Pure code motion except for the rename.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/pv/Makefile
xen/arch/x86/pv/emul-gate-op.c [new file with mode: 0644]
xen/arch/x86/traps.c
xen/include/asm-x86/pv/traps.h