mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
Commit2cae67bcb5
(qapi: Use super() now we have Python 3) converted the code to super(). Shortly after, commitf965e8fea6
(qapi: New special feature flag "deprecated") neglected to use super(). Convert it now. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230316071325.492471-3-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>