Add 'features' field in the schema for commands and add a feature flag to advertise that the fix for savevm [1] is present.
[1] https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg03487.html v2: - fixed typos pointed out by Eric - added 'since' tag - reworded to describe the fix this allows to detect properly (Kevin) - verified that this can be rebased on top of Markus' series automatically Peter Krempa (2): qapi: Add feature flags to commands in qapi introspection qapi: Allow introspecting fix for savevm's cooperation with blockdev docs/devel/qapi-code-gen.txt | 4 ++-- qapi/introspect.json | 6 ++++- qapi/misc.json | 9 +++++++- scripts/qapi/commands.py | 3 ++- scripts/qapi/common.py | 40 +++++++++++++++++++++++++++++----- scripts/qapi/doc.py | 3 ++- scripts/qapi/introspect.py | 7 +++++- tests/qapi-schema/test-qapi.py | 7 +++++- 8 files changed, 66 insertions(+), 13 deletions(-) -- 2.21.0