diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-22 09:00:39 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-22 09:00:39 +0100 |
commit | 43db06ea892cc157324a6b837ca430607441c509 (patch) | |
tree | fc377195fcfda3b163d8f184a6965bb64b1bb018 /guestfs.pod | |
parent | 54dd7be5855055a698291084c0074a1abac7b921 (diff) | |
download | libguestfs-43db06ea892cc157324a6b837ca430607441c509.tar.gz libguestfs-43db06ea892cc157324a6b837ca430607441c509.tar.xz libguestfs-43db06ea892cc157324a6b837ca430607441c509.zip |
Allow qemu binary to be overridden at runtime.
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guestfs.pod b/guestfs.pod index db157fa5..f133a1c4 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -646,6 +646,12 @@ has the same effect as calling C<guestfs_set_verbose (handle, 1)>. Set the path that libguestfs uses to search for kernel and initrd.img. See the discussion of paths in section PATH above. +=item LIBGUESTFS_QEMU + +Set the default qemu binary that libguestfs uses. If not set, then +the qemu which was found at compile time by the configure script is +used. + =back =head1 SEE ALSO |