Re: [Qemu-devel] [PATCH v2 07/17] monitor: Add set_link arguments completion.

2014-04-11 Thread Luiz Capitulino
On Sun, 30 Mar 2014 11:58:29 +0100 Hani Benhabiles wrote: > 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. >

[Qemu-devel] [PATCH v2 07/17] monitor: Add set_link arguments completion.

2014-03-30 Thread Hani Benhabiles
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 --- hmp-commands.hx | 1 + hmp.h