Re: [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-28 Thread Markus Armbruster
John Snow writes: > On 9/25/20 7:34 AM, Markus Armbruster wrote: >> Cleber Rosa writes: >> >>> On Tue, Sep 22, 2020 at 05:00:25PM -0400, John Snow wrote: This is a minor re-work of the entrypoint script. It isolates a generate() method from the actual command-line mechanism.

Re: [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-25 Thread John Snow
On 9/25/20 7:34 AM, Markus Armbruster wrote: Cleber Rosa writes: On Tue, Sep 22, 2020 at 05:00:25PM -0400, John Snow wrote: This is a minor re-work of the entrypoint script. It isolates a generate() method from the actual command-line mechanism. Signed-off-by: John Snow --- scripts/qapi-g

Re: [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-25 Thread Markus Armbruster
Cleber Rosa writes: > On Tue, Sep 22, 2020 at 05:00:25PM -0400, John Snow wrote: >> This is a minor re-work of the entrypoint script. It isolates a >> generate() method from the actual command-line mechanism. >> >> Signed-off-by: John Snow >> --- >> scripts/qapi-gen.py | 87 +++

Re: [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-24 Thread Cleber Rosa
On Wed, Sep 23, 2020 at 01:05:47PM -0400, John Snow wrote: > On 9/22/20 8:00 PM, Cleber Rosa wrote: > > On Tue, Sep 22, 2020 at 05:00:25PM -0400, John Snow wrote: > > > This is a minor re-work of the entrypoint script. It isolates a > > > generate() method from the actual command-line mechanism. >

Re: [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-23 Thread John Snow
On 9/22/20 8:00 PM, Cleber Rosa wrote: On Tue, Sep 22, 2020 at 05:00:25PM -0400, John Snow wrote: This is a minor re-work of the entrypoint script. It isolates a generate() method from the actual command-line mechanism. Signed-off-by: John Snow --- scripts/qapi-gen.py | 87 ++

Re: [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-22 Thread Cleber Rosa
On Tue, Sep 22, 2020 at 05:00:25PM -0400, John Snow wrote: > This is a minor re-work of the entrypoint script. It isolates a > generate() method from the actual command-line mechanism. > > Signed-off-by: John Snow > --- > scripts/qapi-gen.py | 87 - >

Re: [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-22 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:00:25PM -0400, John Snow wrote: > This is a minor re-work of the entrypoint script. It isolates a > generate() method from the actual command-line mechanism. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation

2020-09-22 Thread John Snow
This is a minor re-work of the entrypoint script. It isolates a generate() method from the actual command-line mechanism. Signed-off-by: John Snow --- scripts/qapi-gen.py | 87 - 1 file changed, 63 insertions(+), 24 deletions(-) diff --git a/scripts/q