search for: b841fba70

Displaying 5 results from an estimated 5 matches for "b841fba70".

2018 Mar 21
2
[PATCH] tests: regressions: make test-big-heap use a temporary empty file
...this test just calls qemu-img to get the format of an empty image, create a temporary one instead. --- tests/regressions/test-big-heap.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/regressions/test-big-heap.c b/tests/regressions/test-big-heap.c index b841fba70..5c0948252 100644 --- a/tests/regressions/test-big-heap.c +++ b/tests/regressions/test-big-heap.c @@ -31,6 +31,7 @@ #include <stdlib.h> #include <string.h> #include <assert.h> +#include <unistd.h> #include "guestfs.h" #include "guestfs-utils.h" @@...
2018 Mar 21
0
Re: [PATCH] tests: regressions: make test-big-heap use a temporary empty file
...gt; one instead. ACK, but feels like this is a bug in qemu-img to me. Rich. > tests/regressions/test-big-heap.c | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/tests/regressions/test-big-heap.c b/tests/regressions/test-big-heap.c > index b841fba70..5c0948252 100644 > --- a/tests/regressions/test-big-heap.c > +++ b/tests/regressions/test-big-heap.c > @@ -31,6 +31,7 @@ > #include <stdlib.h> > #include <string.h> > #include <assert.h> > +#include <unistd.h> > > #include "guestfs.h&qu...
2017 Jun 19
0
[PATCH v7 12/13] utils: Rename ‘guestfs-internal-frontend.h’ to ‘guestfs-utils.h’.
...,7 +32,7 @@ #include <error.h> #include "guestfs.h" -#include "guestfs-internal-frontend.h" +#include "guestfs-utils.h" #include "getprogname.h" diff --git a/tests/regressions/test-big-heap.c b/tests/regressions/test-big-heap.c index 1cbf8d23c..b841fba70 100644 --- a/tests/regressions/test-big-heap.c +++ b/tests/regressions/test-big-heap.c @@ -33,7 +33,7 @@ #include <assert.h> #include "guestfs.h" -#include "guestfs-internal-frontend.h" +#include "guestfs-utils.h" int main (int argc, char *argv[]) diff --...
2017 Jun 19
16
[PATCH v7 00/13] Refactor utilities
This is just the utilities part of the patch series from: https://www.redhat.com/archives/libguestfs/2017-June/msg00103.html I believe this addresses everything raised in comments on that patch series. Rich.
2017 Jun 21
45
[PATCH v8 00/42] Refactor utilities and reimplement inspection.
v7 was: https://www.redhat.com/archives/libguestfs/2017-June/msg00169.html https://www.redhat.com/archives/libguestfs/2017-June/msg00184.html I believe this addresses all comments received so far. Also it now passes a test where I compared about 100 disk images processed with old and new virt-inspector binaries. The output is identical in all cases except one which is caused by a bug in blkid