]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pvh: Create a new file for Xen specific PVH code
authorMaran Wilson <maran.wilson@oracle.com>
Mon, 10 Dec 2018 19:08:44 +0000 (11:08 -0800)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Thu, 13 Dec 2018 18:41:49 +0000 (13:41 -0500)
commitfa00e0fce22a98f087ba5af5aea5881f18310aa2
tree416b2481a29c4ef733800fef4ff19f5fcc69ae6c
parent26e5cf9d41782f912e6fe6e12608a7eab896d6a7
xen/pvh: Create a new file for Xen specific PVH code

We need to refactor PVH entry code so that support for other hypervisors
like Qemu/KVM can be added more easily.

The first step in that direction is to create a new file that will
eventually hold the Xen specific routines.

Signed-off-by: Maran Wilson <maran.wilson@oracle.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
arch/x86/platform/pvh/enlighten.c
arch/x86/xen/Makefile
arch/x86/xen/enlighten_pvh.c [new file with mode: 0644]