From eaedf025f5c45a4e05cbf25e145215d48bea8f8d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 10 Nov 2010 10:32:33 +0000 Subject: 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. --- generator/generator_actions.ml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'generator') 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. Please read L 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 -- cgit