[Qemu-devel] [PATCH 0/2] qapi: Add detection for the 'savevm' fix for blockdev

Peter Krempa posted 2 patches 6 years, 1 month ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test asan failed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1568735079.git.pkrempa@redhat.com
Maintainers: Michael Roth <mdroth@linux.vnet.ibm.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
There is a newer version of this series
docs/devel/qapi-code-gen.txt   |  4 ++--
qapi/introspect.json           |  6 ++++-
qapi/misc.json                 |  8 ++++++-
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, 65 insertions(+), 13 deletions(-)
[Qemu-devel] [PATCH 0/2] qapi: Add detection for the 'savevm' fix for blockdev
Posted by Peter Krempa 6 years, 1 month ago
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

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                 |  8 ++++++-
 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, 65 insertions(+), 13 deletions(-)

-- 
2.21.0