search for: cf137b142

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

2018 Aug 05
1
Uneeded ?
...Richard W.M. Jones <rjones@redhat.com> Date: Fri Aug 3 12:00:01 2018 +0100 v2v: python_script: Use correct syntax for array slices in documentation. Fixes commit 3d4df397320e8e86932f0b0b4d100644eefc99b4. diff --git a/v2v/python_script.mli b/v2v/python_script.mli index e30917833..cf137b142 100644 --- a/v2v/python_script.mli +++ b/v2v/python_script.mli @@ -44,7 +44,7 @@ with open(sys.argv[1], 'r') as fp: v} The extra arguments, if any, are passed verbatim on the - script command line in [sys.argv[2..]]. + script command line in [sys.argv[2:]]. If the slice should...
2018 Aug 17
8
[PATCH v3 4/4] v2v: Add --print-estimate option to print copy size
I rethought this again, as I think that it's a dangerous assumption to bake qemu-img measure output into our API. This patch series runs qemu-img measure behind the scenes, but then parses the output and sums it to a single number which we print. Doing that required a bit of reworking, moving the Jansson [JSON parser] bindings from virt-builder into the common directory and a couple of other