On 04/10/2013 10:26 PM, Eric Blake wrote:
+# +# @value: on|off +# +# Returns: nothing on success +# +# Since: 1.5.0 +## +{ 'command': 'migrate_check_for_zero', 'data': {'value': 'bool'} }You can set the capability, but how do you query its current setting? I dislike write-only interfaces.
I will add a patch to update the "query-migrate" QMP command to reflect the current state of the option.
- Michael