[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6 11/15] xsm, argo: XSM control for argo register
On Fri, Jan 25, 2019 at 5:34 PM Chris Patterson <cjp256@xxxxxxxxx> wrote: > > On Wed, Jan 23, 2019 at 9:07 PM Christopher Clark > <christopher.w.clark@xxxxxxxxx> wrote: > > > > XSM controls for argo ring registration with two distinct cases > > --- > > diff --git a/xen/include/xsm/xsm.h b/xen/include/xsm/xsm.h > > index 3b192b5..e32a645 100644 > > --- a/xen/include/xsm/xsm.h > > +++ b/xen/include/xsm/xsm.h > > @@ -181,6 +181,11 @@ struct xsm_operations { > > #endif > > int (*xen_version) (uint32_t cmd); > > int (*domain_resource_map) (struct domain *d); > > +#ifdef CONFIG_ARGO > > + int (*argo_register_single_source) (const struct domain *d, > > + const struct domain *t); > > + int (*argo_register_any_source) (const struct domain *d); > > +#endif > > }; > > > > #ifdef CONFIG_XSM > > @@ -698,6 +703,20 @@ static inline int > > xsm_domain_resource_map(xsm_default_t def, struct domain *d) > > return xsm_ops->domain_resource_map(d); > > } > > > > +#ifdef CONFIG_ARGO > > +static inline xsm_argo_register_single_source(const struct domain *d, > > + const struct domain *t) > > missing return type ack > > > +{ > > + return xsm_ops->argo_register_single_source(d, t); > > +} > > + > > +static inline xsm_argo_register_any_source(const struct domain *d) > > missing return type ack _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |