[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 11/29] tools/libxc: noarch common code
On Wed, 2014-09-10 at 18:10 +0100, Andrew Cooper wrote: > + * The page of data at the end of 'page' may be a read-only mapping of a > + * running guest; it must not be modified. If no transformation is > + * required, the callee should leave '*pages' unouched. untouched > + * > + * If a transformation is required, the callee should allocate themselves > + * a local page using malloc() and return it via '*page'. > + * > + * The caller shall free() '*page' in all cases. In the case that the > + * callee enounceters an error, it should *NOT* free() the memory it encounters > [...] > + /** > + * Process an individual record from the stream. The caller shall take > + * care of processing common records (e.g. END, PAGE_DATA). > + * > + * @return 0 for success, -1 for failure, or the sentinal value sentinel (might I recommend M-x ispell-region) With the spelling fixed: 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 |