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

2024-12-12 Thread Philippe Mathieu-Daudé
On 12/12/24 12:06, 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 | 8 +++

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

2024-12-12 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 | 8 scripts/qapi/types.py| 10 +-