X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=perl%2Flib%2FSys%2FGuestfs.pm;h=3d1493b59e82bf1dfc2b2127f8c6c50a2a9050c7;hb=8f9f02d483b87c787d089cf9329f5f1b81d3a77e;hp=ea82659256c01f5e1bba0cde3ef36afe9c1c9918;hpb=713283f4a67b3a1960ca96ce6608d046fc202d2d;p=libguestfs.git diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index ea82659..3d1493b 100644 --- a/perl/lib/Sys/Guestfs.pm +++ b/perl/lib/Sys/Guestfs.pm @@ -432,6 +432,16 @@ The first character of C string must be a C<-> (dash). C can be NULL. +=item $result = $h->debug ($subcmd, \@extraargs); + +The C<$h-Edebug> 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. + =item $h->download ($remotefilename, $filename); Download file C and save it as C