Re: [PATCH v2] qapi: pluggable backend code generators

2025-03-03 Thread Markus Armbruster
Markus Armbruster writes: > Daniel P. Berrangé writes: > >> The 'qapi.backend.QAPIBackend' class defines an API contract for code >> generators. The current generator is put into a new class >> 'qapi.backend.QAPICBackend' and made to be the default impl. >> >> A custom generator can be requested

Re: [PATCH v2] qapi: pluggable backend code generators

2025-02-25 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Tue, Feb 25, 2025 at 01:31:56PM +0100, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> >> > The 'qapi.backend.QAPIBackend' class defines an API contract for code >> > generators. The current generator is put into a new class >> > 'qapi.backend.QAPICBack

Re: [PATCH v2] qapi: pluggable backend code generators

2025-02-25 Thread Daniel P . Berrangé
On Tue, Feb 25, 2025 at 01:31:56PM +0100, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > The 'qapi.backend.QAPIBackend' class defines an API contract for code > > generators. The current generator is put into a new class > > 'qapi.backend.QAPICBackend' and made to be the default impl

Re: [PATCH v2] qapi: pluggable backend code generators

2025-02-25 Thread Markus Armbruster
Daniel P. Berrangé writes: > The 'qapi.backend.QAPIBackend' class defines an API contract for code > generators. The current generator is put into a new class > 'qapi.backend.QAPICBackend' and made to be the default impl. > > A custom generator can be requested using the '-k' arg which takes a M

[PATCH v2] qapi: pluggable backend code generators

2025-02-24 Thread Daniel P . Berrangé
The 'qapi.backend.QAPIBackend' class defines an API contract for code generators. The current generator is put into a new class 'qapi.backend.QAPICBackend' and made to be the default impl. A custom generator can be requested using the '-k' arg which takes a fully qualified python class name qa