X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=92da3817d3ea7436be90ff91621e67d9cbeb08e7;hp=2ffe19dad26a78caf28c02a88c654efbfff66466;hb=8c60f5c681b5d7cf90bc798fcaf94cd4e242e27f;hpb=9222136ac9b2e404dba128b1ac74dacaa8bf1038 diff --git a/src/generator.ml b/src/generator.ml index 2ffe19d..92da381 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1752,6 +1752,20 @@ Setting C to 3 should drop everything. This automatically calls L before the operation, so that the maximum guest memory is freed."); + ("dmesg", (RString "kmsgs", []), 91, [], + [InitEmpty, TestRun ( + [["dmesg"]])], + "return kernel messages", + "\ +This returns the kernel messages (C output) from +the guest kernel. This is sometimes useful for extended +debugging of problems. + +Another way to get the same information is to enable +verbose messages with C or by setting +the environment variable C before +running the program."); + ] let all_functions = non_daemon_functions @ daemon_functions