Re: [PATCH v3 4/4] qapi: expose all schema features to code

2025-02-07 Thread John Snow
On Fri, Feb 7, 2025, 5:30 AM Markus Armbruster wrote: > John Snow writes: > > > On Fri, Jan 31, 2025 at 8:18 AM Markus Armbruster > wrote: > > > >> Cc: John Snow for Python typing expertise. > >> > >> Daniel P. Berrangé writes: > >> > >> > This replaces use of the constants from the QapiSpecia

Re: [PATCH v3 4/4] qapi: expose all schema features to code

2025-02-07 Thread Markus Armbruster
John Snow writes: > On Fri, Jan 31, 2025 at 8:18 AM Markus Armbruster wrote: > >> Cc: John Snow for Python typing expertise. >> >> Daniel P. Berrangé writes: >> >> > This replaces use of the constants from the QapiSpecialFeatures >> > enum, with constants from the auto-generate QapiFeatures enu

Re: [PATCH v3 4/4] qapi: expose all schema features to code

2025-02-06 Thread John Snow
On Fri, Jan 31, 2025 at 8:18 AM Markus Armbruster wrote: > Cc: John Snow for Python typing expertise. > > Daniel P. Berrangé writes: > > > This replaces use of the constants from the QapiSpecialFeatures > > enum, with constants from the auto-generate QapiFeatures enum > > in qapi-features.h > >

Re: [PATCH v3 4/4] qapi: expose all schema features to code

2025-02-03 Thread Markus Armbruster
Daniel P. Berrangé writes: > This replaces use of the constants from the QapiSpecialFeatures > enum, with constants from the auto-generate QapiFeatures enum > in qapi-features.h > > The 'deprecated' and 'unstable' features still have a little bit of > special handling, being force defined to be t

Re: [PATCH v3 4/4] qapi: expose all schema features to code

2025-01-31 Thread Markus Armbruster
Cc: John Snow for Python typing expertise. Daniel P. Berrangé writes: > This replaces use of the constants from the QapiSpecialFeatures > enum, with constants from the auto-generate QapiFeatures enum > in qapi-features.h > > The 'deprecated' and 'unstable' features still have a little bit of > s

[PATCH v3 4/4] qapi: expose all schema features to code

2024-12-12 Thread Daniel P . Berrangé
This replaces use of the constants from the QapiSpecialFeatures enum, with constants from the auto-generate QapiFeatures enum in qapi-features.h The 'deprecated' and 'unstable' features still have a little bit of special handling, being force defined to be the 1st + 2nd features in the enum, regar