Re: [Qemu-devel] [PATCH 0/4] monitor: Add argument completion for multiple commands.

2014-02-11 Thread Hani Benhabiles
On Tue, Feb 11, 2014 at 01:39:13PM -0500, Luiz Capitulino wrote: > On Thu, 6 Feb 2014 23:30:09 +0100 > Hani Benhabiles wrote: > > > This patch series add argument completion to multiple human monitor console > > commands. > > > > For device_add and object_add, only the 1st argument is completed

Re: [Qemu-devel] [PATCH 0/4] monitor: Add argument completion for multiple commands.

2014-02-11 Thread Luiz Capitulino
On Thu, 6 Feb 2014 23:30:09 +0100 Hani Benhabiles wrote: > This patch series add argument completion to multiple human monitor console > commands. > > For device_add and object_add, only the 1st argument is completed. > > Hani Benhabiles (4): > monitor: Add device_del id argument completion.

[Qemu-devel] [PATCH 0/4] monitor: Add argument completion for multiple commands.

2014-02-06 Thread Hani Benhabiles
This patch series add argument completion to multiple human monitor console commands. For device_add and object_add, only the 1st argument is completed. Hani Benhabiles (4): monitor: Add device_del id argument completion. monitor: Add device_add device argument completion. monitor: Add obje