[PATCH v2 6/9] qapi: Generalize command policy checking

Juan Quintela quintela at redhat.com
Fri Oct 29 10:44:45 UTC 2021


Markus Armbruster <armbru at redhat.com> wrote:
> The code to check command policy can see special feature flag
> 'deprecated' as command flag QCO_DEPRECATED.  I want to make feature
> flag 'unstable' visible there as well, so I can add policy for it.
>
> To let me make it visible, add member @special_features (a bitset of
> QapiSpecialFeature) to QmpCommand, and adjust the generator to pass it
> through qmp_register_command().  Then replace "QCO_DEPRECATED in
> @flags" by QAPI_DEPRECATED in @special_features", and drop
> QCO_DEPRECATED.
>
> Signed-off-by: Markus Armbruster <armbru at redhat.com>
> Reviewed-by: Philippe Mathieu-Daudé <philmd at redhat.com>
> Acked-by: John Snow <jsnow at redhat.com>

Reviewed-by: Juan Quintela <quintela at redhat.com>





More information about the libvir-list mailing list