OSDN Git Service

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)
commit4df7363e52105bf7a8589efb2959c907872644fb
tree416b2481a29c4ef733800fef4ff19f5fcc69ae6c
parentfcd4747698150bc3a9596481d3eb2b3ae71d82f1
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]