diff --git a/qapi/migration.json b/qapi/migration.json index 9bf0bc4d25..0b17cce46b 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -224,9 +224,14 @@ # only returned if VFIO device is present, migration is supported by all # VFIO devices and status is 'active' or 'completed' (since 5.2) # +# @blocked-reasons: A list of reasons an outgoing migration is blocked. +# Present and non-empty when migration is blocked. +# (since 6.0) +# # @blocked: True if outgoing migration is blocked (since 6.0) # -# @blocked-reasons: A list of reasons an outgoing migration is blocked (since 6.0) +# Features: +# @deprecated: Member @blocked is deprecated. Use @blocked-reasons instead. # # Since: 0.14 ## @@ -241,7 +246,7 @@ '*setup-time': 'int', '*cpu-throttle-percentage': 'int', '*error-desc': 'str', - 'blocked': 'bool', + 'blocked': { 'type': 'bool', 'features': [ 'deprecated' ] }, '*blocked-reasons': ['str'], '*postcopy-blocktime' : 'uint32', '*postcopy-vcpu-blocktime': ['uint32'],