x86/hypercall: Split out PV hypercall infrastructure
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 Feb 2017 11:49:33 +0000 (11:49 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 16 Feb 2017 14:15:25 +0000 (14:15 +0000)
commit0c221ae9d745de138850c6903a5861e2582df863
tree499181a19d4cecbbb95b9400e97c18717d80c7e7
parentbb84ffc56ec14766f33a002a61fd97a62b6b17cd
x86/hypercall: Split out PV hypercall infrastructure

Repurpose arch/x86/hypercall.c to be common x86 hypercall infrastructure, and
move the PV specific routines to arch/x86/pv/hypercall.c

This is purely code motion.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/Makefile
xen/arch/x86/hypercall.c
xen/arch/x86/pv/Makefile [new file with mode: 0644]
xen/arch/x86/pv/hypercall.c [new file with mode: 0644]