Re: [PATCH 1/6] qapi: change 'unsigned special_features' to 'uint64_t features'

2024-08-05 Thread Markus Armbruster
Daniel P. Berrangé writes: > The "special_features" field / parameter holds the subset of schema > features that are for internal code use. Specifically 'DEPRECATED' > and 'UNSTABLE'. > > This special casing of internal features is going to be removed, so > prepare for that by renaming to 'featur

[PATCH 1/6] qapi: change 'unsigned special_features' to 'uint64_t features'

2024-08-01 Thread Daniel P . Berrangé
The "special_features" field / parameter holds the subset of schema features that are for internal code use. Specifically 'DEPRECATED' and 'UNSTABLE'. This special casing of internal features is going to be removed, so prepare for that by renaming to 'features'. Using a fixed size type is also bes