|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 5/8] tools: dynamically attach/detach CQM service for a guest
> > +int libxl_pqos_attach(libxl_ctx *ctx, uint32_t domid, const char * qosres)
> > +{
> > + int rc;
> > + int flags = 0;
> > +
> > + if (!strcmp(qosres, "cqm"))
> > + flags |= XEN_DOMCTL_ADF_pqos_cqm;
So you make 'flags' an int here, but the hypercall uses uint32_t.
Could you make it the same type please.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |