Re: [Xen-devel] [PATCH v2 14/21] x86/xen: split suspend.c for PV and PVHVM guests

2017-03-05 Thread kbuild test robot
Hi Vitaly, [auto build test ERROR on xen-tip/linux-next] [also build test ERROR on next-20170303] [cannot apply to v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[Xen-devel] [PATCH v2 14/21] x86/xen: split suspend.c for PV and PVHVM guests

2017-03-02 Thread Vitaly Kuznetsov
Slit the code in suspend.c into suspend_pv.c and suspend_hvm.c. Reviewed-by: Juergen Gross Signed-off-by: Vitaly Kuznetsov --- arch/x86/xen/Makefile | 3 ++- arch/x86/xen/suspend.c | 54 --