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

2025-02-10 Thread Markus Armbruster
John Snow writes: > On Fri, Feb 7, 2025, 6:57 AM Markus Armbruster wrote: > >> 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'

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

2025-02-07 Thread John Snow
On Fri, Feb 7, 2025, 6:57 AM Markus Armbruster wrote: > 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

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

2025-02-07 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 v4 4/4] qapi: expose all schema features to code

2025-02-07 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

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

2025-02-05 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