summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-10 10:32:33 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-10 10:52:12 +0000
commiteaedf025f5c45a4e05cbf25e145215d48bea8f8d (patch)
treeadc65e022538c017cac945b4fbb781098ac6785e /generator
parent1c29849e0bdc731c023cff00d2c2354a41fd2a92 (diff)
downloadlibguestfs-eaedf025f5c45a4e05cbf25e145215d48bea8f8d.tar.gz
libguestfs-eaedf025f5c45a4e05cbf25e145215d48bea8f8d.tar.xz
libguestfs-eaedf025f5c45a4e05cbf25e145215d48bea8f8d.zip
New API: debug-cmdline for printing QEMU command line (internal only).
This is an internal-only debugging API so may be changed or removed at any time in the future.
Diffstat (limited to 'generator')
-rw-r--r--generator/generator_actions.ml7
1 files changed, 7 insertions, 0 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index b8937d00..a0a337b5 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -1051,6 +1051,13 @@ found or the caller has not called C<guestfs_inspect_os>.
Please read L<guestfs(3)/INSPECTION> for more details.");
+ ("debug_cmdline", (RStringList "cmdline", [], []), -1, [NotInDocs],
+ [],
+ "debug the QEMU command line (internal use only)",
+ "\
+This returns the internal QEMU command line. 'debug' commands are
+not part of the formal API and can be removed or changed at any time.");
+
]
(* daemon_functions are any functions which cause some action