Re: [Xen-devel] [PATCH v4 01/27] x86: factor out common PV emulation code

2017-06-20 Thread Jan Beulich
>>> 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

[Xen-devel] [PATCH v4 01/27] x86: factor out common PV emulation code

2017-06-08 Thread Wei Liu
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