[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v9 4/9] xl: enable getting and setting soft affinity
On Wed, 2014-06-18 at 16:28 +0200, Dario Faggioli wrote: > + /* > + * Soft affinity is handled similarly. Only difference: we also want > + * to pass NULL to libxl_set_vcpuaffinity() if it is not specified. > + */ > + if (argc <= optind+3 || !strcmp(soft_str, "-")) soft_str == NULL might have been better, given you've already got the argc test there, but regardless: Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |