[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 04/28] xen/x86: Script to automatically process featureset information
> + > +def format_uint32s(words, indent): > + """ Format a list of uint32_t's sutable for a macro definition """ s/sutable/suitable/ > + spaces = " " * indent > + return spaces + (", \\\n" + spaces).join(words) + ", \\" > + > + _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |