]> git.proxmox.com Git - mirror_qemu.git/commit - hmp.h
monitor: Add set_link arguments completion.
authorHani Benhabiles <kroosec@gmail.com>
Wed, 7 May 2014 22:41:30 +0000 (23:41 +0100)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 15 May 2014 19:16:02 +0000 (15:16 -0400)
commit40d19394b792fb80dba2f536fc13b5b604780a4d
tree4b629b65764b2cb54b52656f00f26cd43da0c244
parent13e315dadaaa8fa6d04d10ae762ba63b54ede0ca
monitor: Add set_link arguments completion.

Make it possible to query all net clients without specifying an ID when calling
qemu_find_net_clients_except().

This also adds the add_completion_option() function which is to be used for
other commands completions as well.

Signed-off-by: Hani Benhabiles <hani@linux.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
hmp-commands.hx
hmp.h
monitor.c
net/net.c