Re: [Qemu-devel] [PATCH v3.2 07/31] vl: redo -object parsing

2014-06-08 Thread Hu Tao
On Sun, Jun 08, 2014 at 12:05:12PM +0300, Michael S. Tsirkin wrote: > On Wed, May 14, 2014 at 05:43:11PM +0800, Hu Tao wrote: > > From: Paolo Bonzini > > > > Follow the lines of the HMP implementation, using OptsVisitor > > to parse the options. This gives access to OptsVisitor's > > rich parsin

Re: [Qemu-devel] [PATCH v3.2 07/31] vl: redo -object parsing

2014-06-08 Thread Michael S. Tsirkin
On Wed, May 14, 2014 at 05:43:11PM +0800, Hu Tao wrote: > From: Paolo Bonzini > > Follow the lines of the HMP implementation, using OptsVisitor > to parse the options. This gives access to OptsVisitor's > rich parsing of integer lists. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Hu Tao

[Qemu-devel] [PATCH v3.2 07/31] vl: redo -object parsing

2014-05-14 Thread Hu Tao
From: Paolo Bonzini Follow the lines of the HMP implementation, using OptsVisitor to parse the options. This gives access to OptsVisitor's rich parsing of integer lists. Signed-off-by: Paolo Bonzini Signed-off-by: Hu Tao --- vl.c | 86 -