Re: [Qemu-devel] [PATCH 4/7] monitor: Add cpu index argument completion.

2014-03-27 Thread Hani Benhabiles
On Thu, Mar 27, 2014 at 04:24:50PM -0400, Luiz Capitulino wrote: > On Sun, 9 Mar 2014 12:16:14 +0100 > Hani Benhabiles wrote: > > > Signed-off-by: Hani Benhabiles > > Honest question: is this one really worth it? Aren't we just > auto-completing a single integer? It could for example serve fo

Re: [Qemu-devel] [PATCH 4/7] monitor: Add cpu index argument completion.

2014-03-27 Thread Luiz Capitulino
On Sun, 9 Mar 2014 12:16:14 +0100 Hani Benhabiles wrote: > Signed-off-by: Hani Benhabiles Honest question: is this one really worth it? Aren't we just auto-completing a single integer? > --- > hmp-commands.hx | 1 + > hmp.h | 1 + > monitor.c | 24 >

[Qemu-devel] [PATCH 4/7] monitor: Add cpu index argument completion.

2014-03-09 Thread Hani Benhabiles
Signed-off-by: Hani Benhabiles --- hmp-commands.hx | 1 + hmp.h | 1 + monitor.c | 24 3 files changed, 26 insertions(+) diff --git a/hmp-commands.hx b/hmp-commands.hx index a411d4f..813c0fb 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -690,6 +