X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish-actions.pod;h=4403cb0b8d4570736fc712d644f7f69f6244eb67;hp=da4bbaeb7f2811860aaf410bdb56e44c82b5e11c;hb=43db06ea892cc157324a6b837ca430607441c509;hpb=54dd7be5855055a698291084c0074a1abac7b921 diff --git a/guestfish-actions.pod b/guestfish-actions.pod index da4bbae..4403cb0 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -452,6 +452,15 @@ Return the current search path. This is always non-NULL. If it wasn't set already, then this will return the default path. +=head2 get-qemu + + get-qemu + +Return the current qemu binary. + +This is always non-NULL. If it wasn't set already, then this will +return the default qemu binary name. + =head2 get-state get-state @@ -761,6 +770,23 @@ must make sure it remains valid for the lifetime of the handle. Setting C to C restores the default path. +=head2 set-qemu | qemu + + set-qemu qemu + +Set the qemu binary that we will use. + +The default is chosen when the library was compiled by the +configure script. + +You can also override this by setting the C +environment variable. + +The string C is stashed in the libguestfs handle, so the caller +must make sure it remains valid for the lifetime of the handle. + +Setting C to C restores the default qemu binary. + =head2 set-verbose | verbose set-verbose true|false