[Xen-devel] [PATCH 2/3] xen/arm: introduce HYPERVISOR_dom0_op on arm and arm64
Stefano Stabellini
sstabellini at kernel.org
Fri Nov 6 06:45:23 PST 2015
On Thu, 5 Nov 2015, Jan Beulich wrote:
> >>> On 05.11.15 at 18:09, <stefano.stabellini at eu.citrix.com> wrote:
> > --- a/arch/arm/xen/hypercall.S
> > +++ b/arch/arm/xen/hypercall.S
> > @@ -89,6 +89,7 @@ HYPERCALL2(memory_op);
> > HYPERCALL2(physdev_op);
> > HYPERCALL3(vcpu_op);
> > HYPERCALL1(tmem_op);
> > +HYPERCALL1(dom0_op);
>
> Assuming this somehow tries to mirror x86 naming - time to rename it
> there? I don't see why you'd want to introduce a dom0_op when it
> has been renamed to platform_op many years ago - see
> public/dom0_ops.h.
In Linux it was never renamed. I could do that now as a precursor to
this.
More information about the linux-arm-kernel
mailing list