search for: ov_overlay

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

2014 Aug 21
3
Re: [PATCH] v2v: adding input -i ova
...nction. Therefore the parser could not work out if you are calling: error f_ "Checksum of ..." (error + 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...
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.