search for: overlgy

Displaying 2 results from an estimated 2 matches for "overlgy".

Did you mean: overlay
2014 Aug 21
3
Re: [PATCH] v2v: adding input -i ova
...or + 2 parameters) unless you put in the parentheses: error (f_"Checksum of ...") (1 parameter which is the result of calling function f_). > type overlay = { > - ov_overlay : string; (** Local overlay file (qcow2 format). *) > + ov_overlay : string; (** Local overlgy file (qcow2 format). *) Typo added. > +let string_contains s1 s2 = There's a function already defined for this in mllib/common_utils.ml. `string_find'. It returns -1 if not found, or >= 0 if found. > +let read_file filename = See mllib/common_utils.ml `read_whole_file'....
2014 Aug 21
2
[PATCH] v2v: adding input -i ova
Shahar: This is the same patch as you posted, but I have rebased it on top of current HEAD. You'll have to do save the next email to a file, and do: git reset --hard HEAD^ git pull git am /path/to/saved_email There are no changes in this patch, except what is needed to make it compile. Will follow-up with comments. Rich.