>>> On 08.06.17 at 19:11, wrote:
> We're going to split PV emulation code into several files. This patch
> extracts the functions needed by them into a dedicated file.
>
> The functions are now prefixed with "pv_emul_" and exported via a
> local header file.
>
> While at it, change bool_t to boo
We're going to split PV emulation code into several files. This patch
extracts the functions needed by them into a dedicated file.
The functions are now prefixed with "pv_emul_" and exported via a
local header file.
While at it, change bool_t to bool.
Signed-off-by: Wei Liu
---
xen/arch/x86/pv