migration: Deprecate redundant query-migrate result @blocked
commite11ce6c06515f30e24aee8a86634013d6b51cbbc
authorMarkus Armbruster <armbru@redhat.com>
Tue, 20 Apr 2021 05:19:06 +0000 (20 07:19 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Apr 2021 09:50:34 +0000 (20 10:50 +0100)
tree5ba346813fab7465c26c29e8c454c0504b2679a7
parent3791642c8d60029adf9b00bcb4e34d7d8a1aea4d
migration: Deprecate redundant query-migrate result @blocked

Result @blocked is true when and only when result @blocked-reasons is
present.  It's always non-empty when present.  @blocked is redundant.
It was introduced in commit 3af8554bd0 "migration: Add blocker
information", and has not been released.  This gives us a chance to
fix the interface with minimal fuss.

Unfortunately, we're already too close to the release to risk dropping
it.  Deprecate it instead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-id: 20210420051907.891470-1-armbru@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
qapi/migration.json