Re: [Qemu-devel] [PATCH v4 11/23] monitor: Add completion support for option lists

2010-06-28 Thread Luiz Capitulino
On Mon, 28 Jun 2010 16:40:58 +0200 Jan Kiszka wrote: > Luiz Capitulino wrote: > > On Wed, 23 Jun 2010 12:28:27 +0200 > > Jan Kiszka wrote: > > > >> Markus Armbruster wrote: > >>> Jan Kiszka writes: > >>> > From: Jan Kiszka > > This enables command line completion inside option

Re: [Qemu-devel] [PATCH v4 11/23] monitor: Add completion support for option lists

2010-06-28 Thread Jan Kiszka
Luiz Capitulino wrote: > On Wed, 23 Jun 2010 12:28:27 +0200 > Jan Kiszka wrote: > >> Markus Armbruster wrote: >>> Jan Kiszka writes: >>> From: Jan Kiszka This enables command line completion inside option strings. A list of expected key names and their completion type can be

Re: [Qemu-devel] [PATCH v4 11/23] monitor: Add completion support for option lists

2010-06-28 Thread Luiz Capitulino
On Wed, 23 Jun 2010 12:28:27 +0200 Jan Kiszka wrote: > Markus Armbruster wrote: > > Jan Kiszka writes: > > > >> From: Jan Kiszka > >> > >> This enables command line completion inside option strings. A list of > >> expected key names and their completion type can be appended to the 'O' > >> ins

Re: [Qemu-devel] [PATCH v4 11/23] monitor: Add completion support for option lists

2010-06-23 Thread Markus Armbruster
Jan Kiszka writes: > Markus Armbruster wrote: >> Jan Kiszka writes: >> >>> From: Jan Kiszka >>> >>> This enables command line completion inside option strings. A list of >>> expected key names and their completion type can be appended to the 'O' >>> inside parentheses ('O(key:type,...)'). The

Re: [Qemu-devel] [PATCH v4 11/23] monitor: Add completion support for option lists

2010-06-23 Thread Jan Kiszka
Markus Armbruster wrote: > Jan Kiszka writes: > >> From: Jan Kiszka >> >> This enables command line completion inside option strings. A list of >> expected key names and their completion type can be appended to the 'O' >> inside parentheses ('O(key:type,...)'). The first use case is block >> dev

Re: [Qemu-devel] [PATCH v4 11/23] monitor: Add completion support for option lists

2010-06-23 Thread Markus Armbruster
Jan Kiszka writes: > From: Jan Kiszka > > This enables command line completion inside option strings. A list of > expected key names and their completion type can be appended to the 'O' > inside parentheses ('O(key:type,...)'). The first use case is block > device completion for the 'drive' opti

[Qemu-devel] [PATCH v4 11/23] monitor: Add completion support for option lists

2010-06-15 Thread Jan Kiszka
From: Jan Kiszka This enables command line completion inside option strings. A list of expected key names and their completion type can be appended to the 'O' inside parentheses ('O(key:type,...)'). The first use case is block device completion for the 'drive' option of 'device_add'. Signed-off-