diff options
| author | Luiz Capitulino | 2011-11-28 02:18:01 +0100 |
|---|---|---|
| committer | Luiz Capitulino | 2011-12-06 14:40:01 +0100 |
| commit | 4f0a993bf349e61632113a11e85ef588c66b421d (patch) | |
| tree | 2bdd8e358fece196ce2fe41ec4f594715485ab2b /qapi-schema.json | |
| parent | qapi: Convert migrate_cancel (diff) | |
| download | qemu-4f0a993bf349e61632113a11e85ef588c66b421d.tar.gz qemu-4f0a993bf349e61632113a11e85ef588c66b421d.tar.xz qemu-4f0a993bf349e61632113a11e85ef588c66b421d.zip | |
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'} } |
