X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs-actions.pod;h=b945454af8c43a1f0de39144a2c8c7c856f06f6b;hp=dcc8b50d39dab3b7376f76fd1c200755c9f7686f;hb=ab6f429a5a5ba084bdc948c0c21b2dceeae6298d;hpb=79cdf81e2fb717ea4372a55170d16800cdbddf23 diff --git a/guestfs-actions.pod b/guestfs-actions.pod index dcc8b50..b945454 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -522,6 +522,23 @@ C can be NULL. This function returns 0 on success or -1 on error. +=head2 guestfs_debug + + char *guestfs_debug (guestfs_h *handle, + const char *subcmd, + char * const* const extraargs); + +The C command exposes some internals of +C (the guestfs daemon) that runs inside the +qemu subprocess. + +There is no comprehensive help for this command. You have +to look at the file C in the libguestfs source +to find out what you can do. + +This function returns a string, or NULL on error. +I. + =head2 guestfs_download int guestfs_download (guestfs_h *handle,