Re: [Xen-devel] [PATCH v4 02/27] x86: move PV privileged instruction emulation code

2017-06-20 Thread Jan Beulich
>>> On 08.06.17 at 19:11, wrote: > Move the code to pv/emul-priv-op.c. Prefix emulate_privileged_op with > pv_ and export it via pv/traps.h. > > Also move gpr_switch.S since it is used by the privileged instruction > emulation code only. > > Code motion only except for the rename. Cleanup etc wi

[Xen-devel] [PATCH v4 02/27] x86: move PV privileged instruction emulation code

2017-06-08 Thread Wei Liu
Move the code to pv/emul-priv-op.c. Prefix emulate_privileged_op with pv_ and export it via pv/traps.h. Also move gpr_switch.S since it is used by the privileged instruction emulation code only. Code motion only except for the rename. Cleanup etc will come later. Signed-off-by: Wei Liu --- xen