]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26e5cf9d41782f912e6fe6e12608a7eab896d6a7
tree1342090e5a3e40001b9cca6766add9db18b7cc42
parentb1f66f501f4b3620c02a115725ce6ab8052fdc04
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 [new file with mode: 0644]
arch/x86/platform/pvh/head.S [new file with mode: 0644]
arch/x86/xen/Makefile
arch/x86/xen/enlighten_pvh.c [deleted file]
arch/x86/xen/xen-pvh.S [deleted file]