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é <berra...@redhat.com> --- scripts/qapi/commands.py | 4 ++-- scripts/qapi/gen.py | 6 +++--- scripts/qapi/types.py | 10 +++++----- scripts/qapi/visit.py | 14 +++++++------- 4 files changed, 17 insertions(+), 17 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>