summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2018-06-20 16:39:42 +0100
committerDr. David Alan Gilbert <dgilbert@redhat.com>2018-06-21 12:48:54 +0100
commit31785f1b030b62ec84e1c852eaeeabbae1232345 (patch)
treeffd3fb697f4e62d0ac2ced9ca95bffd33df1fbed /hmp-commands.hx
parentc3120f715db9dc351bde89b8a9d992cfeccb4680 (diff)
downloadfocaccia-qemu-31785f1b030b62ec84e1c852eaeeabbae1232345.tar.gz
focaccia-qemu-31785f1b030b62ec84e1c852eaeeabbae1232345.zip
hmp: Allow help on preconfig commands
Allow the 'help' command in preconfig state but
make it only list the preconfig commands.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20180620153947.30834-3-dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 754620e411..7ce991f4dd 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -15,6 +15,7 @@ ETEXI
         .params     = "[cmd]",
         .help       = "show the help",
         .cmd        = do_help_cmd,
+        .flags      = "p",
     },
 
 STEXI