Re: [Xen-devel] [PATCH] x86/hypercall: Split out PV hypercall infrastructure

2017-02-16 Thread Jan Beulich
>>> On 15.02.17 at 20:41, wrote: > --- a/xen/arch/x86/hypercall.c > +++ b/xen/arch/x86/pv/hypercall.c > @@ -1,5 +1,7 @@ > /** > - * arch/x86/hypercall.c > + * arch/pv/hypercall.c arch/x86/pv/hypercall.c (if we really need

[Xen-devel] [PATCH] x86/hypercall: Split out PV hypercall infrastructure

2017-02-15 Thread Andrew Cooper
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 --- CC: Jan Beulich --- xen/arch/x86/Makefile | 1 + xen/arch/x86/hypercall.c |