Re: [Xen-devel] [PATCH for-next v3 02/22] x86/traps: move gate op emulation code
>>> On 18.05.17 at 19:09, wrote: > --- > xen/arch/x86/pv/emulate.c | 403 + Along the lines of comments to patch 1, gate-op.c? Jan ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-d
[Xen-devel] [PATCH for-next v3 02/22] x86/traps: move gate op emulation code
The code is moved to pv/emulate.c. Export emulate_gate_op in pv/traps.h. Delete the now unused read_descriptor in x86/traps.c. Duplicate instruction_done in pv/traps.c. No functional change. Signed-off-by: Wei Liu --- xen/arch/x86/pv/emulate.c | 403 +