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

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

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


Re: [PATCH v2 0/2] qapi: Add detection for the 'savevm' fix for blockdev
Posted by Peter Krempa 4 years, 6 months ago
On Fri, Sep 20, 2019 at 16:26:43 +0200, Peter Krempa wrote:
> 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

Ping