Re: [PATCH v3 0/3] qapi: Add detection for the 'savevm' fix for blockdev

2019-10-10 Thread Markus Armbruster
I have two simple question on PATCH 2, two straightforward refactorings to reduce code duplication, and one commit message tweak. Answer my questions, and then we can decide whether we want a respin or touch-ups in my tree. Thanks!

[PATCH v3 0/3] qapi: Add detection for the 'savevm' fix for blockdev

2019-10-10 Thread Peter Krempa
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 v3: - added tests - mentioned commit fixing savevm in the patch adding the new feature - mentioned