Re: [Qemu-devel] [PATCH v2 00/17] introduce OptsVisitor, rebase -net/-netdev parsing

2012-07-13 Thread Laszlo Ersek
On 07/13/12 18:46, Luiz Capitulino wrote: > On Wed, 13 Jun 2012 10:22:31 +0200 > Laszlo Ersek wrote: > >> Inspired by [1], the first half of this series attempts to implement a new >> visitor that should clean up defining and processing command line options. >> For a more detailed description, pl

Re: [Qemu-devel] [PATCH v2 00/17] introduce OptsVisitor, rebase -net/-netdev parsing

2012-07-13 Thread Luiz Capitulino
On Wed, 13 Jun 2012 10:22:31 +0200 Laszlo Ersek wrote: > Inspired by [1], the first half of this series attempts to implement a new > visitor that should clean up defining and processing command line options. > For a more detailed description, please see "[PATCH 05/17] qapi: introduce > OptsVisit

Re: [Qemu-devel] [PATCH v2 00/17] introduce OptsVisitor, rebase -net/-netdev parsing

2012-07-02 Thread Luiz Capitulino
On Sun, 01 Jul 2012 15:33:13 +0200 Paolo Bonzini wrote: > Il 13/06/2012 12:54, Paolo Bonzini ha scritto: > > Il 13/06/2012 10:22, Laszlo Ersek ha scritto: > >> Inspired by [1], the first half of this series attempts to implement a new > >> visitor that should clean up defining and processing comm

Re: [Qemu-devel] [PATCH v2 00/17] introduce OptsVisitor, rebase -net/-netdev parsing

2012-07-01 Thread Paolo Bonzini
Il 13/06/2012 12:54, Paolo Bonzini ha scritto: > Il 13/06/2012 10:22, Laszlo Ersek ha scritto: >> Inspired by [1], the first half of this series attempts to implement a new >> visitor that should clean up defining and processing command line options. >> For a more detailed description, please see "

Re: [Qemu-devel] [PATCH v2 00/17] introduce OptsVisitor, rebase -net/-netdev parsing

2012-06-13 Thread Paolo Bonzini
Il 13/06/2012 10:22, Laszlo Ersek ha scritto: > Inspired by [1], the first half of this series attempts to implement a new > visitor that should clean up defining and processing command line options. > For a more detailed description, please see "[PATCH 05/17] qapi: introduce > OptsVisitor". > > T

[Qemu-devel] [PATCH v2 00/17] introduce OptsVisitor, rebase -net/-netdev parsing

2012-06-13 Thread Laszlo Ersek
Inspired by [1], the first half of this series attempts to implement a new visitor that should clean up defining and processing command line options. For a more detailed description, please see "[PATCH 05/17] qapi: introduce OptsVisitor". The second half converts -net/-netdev parsing to the new vi