qapi: rename 'special_features' to 'features'
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 5 Feb 2025 12:35:49 +0000 (12:35 +0000)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 10 Feb 2025 14:45:04 +0000 (15:45 +0100)
commitba27dccc04f16e143cbf59afec5402198d69be30
tree99fc67c009e16c08c895d60fe453edd16560c6a1
parent696ae1ac91fc50f87838519a0717d74f5816fd50
qapi: rename 'special_features' to 'features'

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é <berrange@redhat.com>
Message-ID: <20250205123550.2754387-4-berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Imports tidied up with isort]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi/commands.py
scripts/qapi/gen.py
scripts/qapi/types.py
scripts/qapi/visit.py