search for: d85483a0b

Displaying 1 result from an estimated 1 matches for "d85483a0b".

2017 Oct 06
2
[PATCH] lib: Pick up qemu-img path at build time.
.../guestfs-building.pod | 6 ++++++ lib/command.c | 4 ++-- lib/create.c | 4 ++-- lib/info.c | 2 +- m4/guestfs-qemu.m4 | 4 ++++ 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index d85483a0b..94df49158 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -716,6 +716,12 @@ binary to find the version of Python, the location of Python libraries and so on. See L</BUILDING PYTHON 2 AND PYTHON 3 BINDINGS> below. +=item B<QEMU_IMG> + +This environment var...