diff options
| author | Hani Benhabiles | 2014-05-28 00:39:34 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-11 16:10:29 +0200 |
| commit | e3bb532cc795a394b74d08c9d5eb1d95bb0e1e86 (patch) | |
| tree | bbcaee68b70bba7d4a20fdd3f23ab9208e92309d /hmp.h | |
| parent | net: Export valid host network devices list (diff) | |
| download | qemu-e3bb532cc795a394b74d08c9d5eb1d95bb0e1e86.tar.gz qemu-e3bb532cc795a394b74d08c9d5eb1d95bb0e1e86.tar.xz qemu-e3bb532cc795a394b74d08c9d5eb1d95bb0e1e86.zip | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
