Re: [PATCH v2 3/4] qapi: rename 'special_features' to 'features'

2024-11-13 Thread Markus Armbruster
Daniel P. Berrangé writes: > This updates the QAPI code generation to refer to 'features' instead > of 'special_features', in preparation for generalizing their exposure. > > Signed-off-by: Daniel P. Berrangé > --- > scripts/qapi/commands.py | 4 ++-- > scripts/qapi/gen.py | 6 +++--- >

Re: [PATCH v2 3/4] qapi: rename 'special_features' to 'features'

2024-10-20 Thread Philippe Mathieu-Daudé
On 18/10/24 07:17, Daniel P. Berrangé wrote: This updates the QAPI code generation to refer to 'features' instead of 'special_features', in preparation for generalizing their exposure. Signed-off-by: Daniel P. Berrangé --- scripts/qapi/commands.py | 4 ++-- scripts/qapi/gen.py | 6 +++

[PATCH v2 3/4] qapi: rename 'special_features' to 'features'

2024-10-18 Thread Daniel P . Berrangé
This updates the QAPI code generation to refer to 'features' instead of 'special_features', in preparation for generalizing their exposure. Signed-off-by: Daniel P. Berrangé --- scripts/qapi/commands.py | 4 ++-- scripts/qapi/gen.py | 6 +++--- scripts/qapi/types.py| 10 +- sc