]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9963236d7c753cf89be2e0366af185e51f150c79
tree13918252137440a1f3504cd8b4da2f5af85fde16
parent7e0563dea9c4e62297846359186c597e7231912d
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