summaryrefslogtreecommitdiffstats
path: root/hmp.h
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2014-05-27 23:39:34 +0100
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-11 10:10:29 -0400
commite3bb532cc795a394b74d08c9d5eb1d95bb0e1e86 (patch)
treebbcaee68b70bba7d4a20fdd3f23ab9208e92309d /hmp.h
parent84007e81814bd1b523eb36b027ef8a84d7f00206 (diff)
downloadhqemu-e3bb532cc795a394b74d08c9d5eb1d95bb0e1e86.zip
hqemu-e3bb532cc795a394b74d08c9d5eb1d95bb0e1e86.tar.gz
monitor: Add host_net_add device argument completion
Also fix the parameters documentation. Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r--hmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h
index 0c814d0..22ee836 100644
--- a/hmp.h
+++ b/hmp.h
@@ -109,5 +109,6 @@ void watchdog_action_completion(ReadLineState *rs, int nb_args,
const char *str);
void migrate_set_capability_completion(ReadLineState *rs, int nb_args,
const char *str);
+void host_net_add_completion(ReadLineState *rs, int nb_args, const char *str);
#endif
OpenPOWER on IntegriCloud