Re: [Qemu-devel] [PATCH 5/7] monitor: Add set_link arguments completion.

2014-05-07 Thread Stefan Hajnoczi
On Sun, Apr 27, 2014 at 05:00:06PM +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 we

[Qemu-devel] [PATCH 5/7] monitor: Add set_link arguments completion.

2014-04-27 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

[Qemu-devel] [PATCH 5/7] monitor: Add set_link arguments completion.

2014-03-09 Thread Hani Benhabiles
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 | 1 + monitor.c | 45 + 3 files changed, 47 insertions(+)