x86/hvm: Split the hypercall dispatching infrastructure out of hvm.c
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 3 Feb 2017 16:21:22 +0000 (16:21 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 14 Feb 2017 14:34:26 +0000 (14:34 +0000)
commite637e8d12e5219cd3cdaeadab38f94460cea2748
tree3b4f64af308bd327d521585b237e7787c3646569
parent55fa23d907a97e7ac0c23b1efa7e6821af53f1ca
x86/hvm: Split the hypercall dispatching infrastructure out of hvm.c

Into a new hypercall.c.  This is purely code motion.

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