>>> 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
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