Re: [Xen-devel] [PATCH 2/5] x86/xen: split smp.c for PV and PVHVM guests

2017-02-28 Thread Juergen Gross
On 24/02/17 17:14, Vitaly Kuznetsov wrote: > More or less mechanically split smp.c into 3 files. XEN_PV_SMP and > XEN_PVHVM_SMP config options added to support the change. > > Signed-off-by: Vitaly Kuznetsov Same as in patch 1: one patch with no functional changes and one with the functional stu

[Xen-devel] [PATCH 2/5] x86/xen: split smp.c for PV and PVHVM guests

2017-02-24 Thread Vitaly Kuznetsov
More or less mechanically split smp.c into 3 files. XEN_PV_SMP and XEN_PVHVM_SMP config options added to support the change. Signed-off-by: Vitaly Kuznetsov --- arch/x86/xen/Kconfig| 8 + arch/x86/xen/Makefile | 3 + arch/x86/xen/enlighten_pv.c | 9 + arch/x86/xen/smp.c