]> git.baikalelectronics.ru Git - kernel.git/commit
x86/xen: split suspend.c for PV and PVHVM guests
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 14 Mar 2017 17:35:49 +0000 (18:35 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:09:17 +0000 (11:09 +0200)
commit0c126a0390153485dfdf1c05518b1d1f21e37683
tree13918252137440a1f3504cd8b4da2f5af85fde16
parent4b4990f529a33916962c6cac07841bbd8563e6ba
x86/xen: split suspend.c for PV and PVHVM guests

Slit the code in suspend.c into suspend_pv.c and suspend_hvm.c.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/Makefile
arch/x86/xen/suspend.c
arch/x86/xen/suspend_hvm.c [new file with mode: 0644]
arch/x86/xen/suspend_pv.c [new file with mode: 0644]
arch/x86/xen/xen-ops.h