[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] xen: arm: Log a warning message when a deprecated hypercall is used
On 26/06/2015 16:55, Ian Campbell wrote: + * Only use this for hypercalls which were deprecated (i.e. replaced + * by something else) before Xen on ARM was created, i.e. *not* for + * hypercalls which are simply not yet used on ARM. + */ +#define HYPERCALL_DEPRECATED(_name, _nr_args) \I guess the parameter __nr_args is just here for completeness?It goes into the hypercall table and is used to clobber the arguments in debug mode, just like for a non-deprecated hypercall. Thanks, you can keep the Reviewed-by then. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |