OSDN Git Service

xen/pvh: Move PVH entry code out of Xen specific tree
authorMaran Wilson <maran.wilson@oracle.com>
Mon, 10 Dec 2018 19:07:55 +0000 (11:07 -0800)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Thu, 13 Dec 2018 18:41:49 +0000 (13:41 -0500)
commitfcd4747698150bc3a9596481d3eb2b3ae71d82f1
tree1342090e5a3e40001b9cca6766add9db18b7cc42
parent7733607fb3aa72e3df47e6165156feb92ced8f5f
xen/pvh: Move PVH entry code out of Xen specific tree

Once hypervisors other than Xen start using the PVH entry point for
starting VMs, we would like the option of being able to compile PVH entry
capable kernels without enabling CONFIG_XEN and all the code that comes
along with that. To allow that, we are moving the PVH code out of Xen and
into files sitting at a higher level in the tree.

This patch is not introducing any code or functional changes, just moving
files from one location to another.

Signed-off-by: Maran Wilson <maran.wilson@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
MAINTAINERS
arch/x86/Kbuild
arch/x86/platform/pvh/Makefile [new file with mode: 0644]
arch/x86/platform/pvh/enlighten.c [moved from arch/x86/xen/enlighten_pvh.c with 100% similarity]
arch/x86/platform/pvh/head.S [moved from arch/x86/xen/xen-pvh.S with 100% similarity]
arch/x86/xen/Makefile