Re: [Xen-devel] [PATCH 5/5] x86/xen: split suspend.c for PV and PVHVM guests
On 24/02/17 17:14, Vitaly Kuznetsov wrote: > Get read of #ifdefs in suspend.c by splitting the code into > suspend_pv.c and suspend_hvm.c. > > Signed-off-by: Vitaly Kuznetsov Reviewed-by: Juergen Gross Juergen ___ Xen-devel mailing list Xen-devel@l
[Xen-devel] [PATCH 5/5] x86/xen: split suspend.c for PV and PVHVM guests
Get read of #ifdefs in suspend.c by splitting the code into suspend_pv.c and suspend_hvm.c. Signed-off-by: Vitaly Kuznetsov --- arch/x86/xen/Makefile | 4 ++-- arch/x86/xen/suspend.c | 58 -- arch/x86/xen/suspend_hvm.c | 22 ++