Re: [Qemu-devel] [PATCHv2 7/8] monitor: Add host_net_remove arguments completion.

2014-05-28 Thread Stefan Hajnoczi
On Tue, May 27, 2014 at 11:39:36PM +0100, Hani Benhabiles wrote: > Relies on readline unique completion strings patch to make the added vlan/hub > completion values unique, instead of using something like a hash table. > > Signed-off-by: Hani Benhabiles > --- > hmp-commands.hx | 1 + > hmp.h

[Qemu-devel] [PATCHv2 7/8] monitor: Add host_net_remove arguments completion.

2014-05-27 Thread Hani Benhabiles
Relies on readline unique completion strings patch to make the added vlan/hub completion values unique, instead of using something like a hash table. Signed-off-by: Hani Benhabiles --- hmp-commands.hx | 1 + hmp.h | 2 ++ monitor.c | 38 ++ 3