[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] arm: xen: implement multicall hypercall support.
On Fri, 2014-03-28 at 14:51 +0000, Julien Grall wrote: > > diff --git a/arch/arm/include/asm/xen/hypercall.h > > b/arch/arm/include/asm/xen/hypercall.h > > index 7704e28..7658150 100644 > > --- a/arch/arm/include/asm/xen/hypercall.h > > +++ b/arch/arm/include/asm/xen/hypercall.h > > @@ -48,6 +48,7 @@ int HYPERVISOR_memory_op(unsigned int cmd, void *arg); > > int HYPERVISOR_physdev_op(int cmd, void *arg); > > int HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args); > > int HYPERVISOR_tmem_op(void *arg); > > +int HYPERVISOR_multicall(struct multicall_entry *calls, uint32_t nr); > > The x86 prototype of HYPERVISOR_multicall takes an int as 2nd parameter. > I guess we should stay consistent here. Which I'd prefer to do by changing x86 for consistency with the Xen side of things, unless there are any objections. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |