diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-27 23:18:01 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:01 -0200 |
commit | 4f0a993bf349e61632113a11e85ef588c66b421d (patch) | |
tree | 2bdd8e358fece196ce2fe41ec4f594715485ab2b /qapi-schema.json | |
parent | 6cdedb075f7a338bff7e97b3139bae5289157ae0 (diff) |
qapi: Convert migrate_set_downtime
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index d638f125d9..d9b9fa10d9 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1140,3 +1140,16 @@ # Since: 0.14.0 ## { 'command': 'migrate_cancel' } + +## +# @migrate_set_downtime +# +# Set maximum tolerated downtime for migration. +# +# @value: maximum downtime in seconds +# +# Returns: nothing on success +# +# Since: 0.14.0 +## +{ 'command': 'migrate_set_downtime', 'data': {'value': 'number'} } |