Re: [Qemu-devel] [PATCH v2 07/29] qapi: Turn generators into modules

2018-04-13 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Tue, Feb 27, 2018 at 09:53:22AM -0600, Eric Blake wrote: >> On 02/11/2018 03:35 AM, Markus Armbruster wrote: >> > The next commit will introduce a common driver program for all >> > generators. The generators need to be modules for that. qapi2texi.py >> > already

Re: [Qemu-devel] [PATCH v2 07/29] qapi: Turn generators into modules

2018-02-27 Thread Daniel P . Berrangé
On Tue, Feb 27, 2018 at 09:53:22AM -0600, Eric Blake wrote: > On 02/11/2018 03:35 AM, Markus Armbruster wrote: > > The next commit will introduce a common driver program for all > > generators. The generators need to be modules for that. qapi2texi.py > > already is. Make the other generators fol

Re: [Qemu-devel] [PATCH v2 07/29] qapi: Turn generators into modules

2018-02-27 Thread Eric Blake
On 02/11/2018 03:35 AM, Markus Armbruster wrote: The next commit will introduce a common driver program for all generators. The generators need to be modules for that. qapi2texi.py already is. Make the other generators follow suit. The changes are actually trivial. Obvious in the diffs once

Re: [Qemu-devel] [PATCH v2 07/29] qapi: Turn generators into modules

2018-02-19 Thread Michael Roth
Quoting Markus Armbruster (2018-02-11 03:35:45) > The next commit will introduce a common driver program for all > generators. The generators need to be modules for that. qapi2texi.py > already is. Make the other generators follow suit. > > The changes are actually trivial. Obvious in the diff

[Qemu-devel] [PATCH v2 07/29] qapi: Turn generators into modules

2018-02-11 Thread Markus Armbruster
The next commit will introduce a common driver program for all generators. The generators need to be modules for that. qapi2texi.py already is. Make the other generators follow suit. The changes are actually trivial. Obvious in the diffs once you view them with whitespace changes ignored. Sig