]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Avoid deprecated migrate_set_downtime QMP command
authorJiri Denemark <jdenemar@redhat.com>
Wed, 10 Jun 2020 14:13:15 +0000 (16:13 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 17 Jun 2020 08:25:33 +0000 (10:25 +0200)
commit65de5f6fe4c2ba4f7baabb43a66d64877a9c95fd
tree6d49d24481933267dcd5128296e1bb885322ebd6
parent92b8dbc66a2c181382973835c1e9ad16cac2ff29
qemu: Avoid deprecated migrate_set_downtime QMP command

The same functionality can be achieved using migrate-set-parameters QMP
command with downtime-limit parameter.

https://bugzilla.redhat.com/show_bug.cgi?id=1829543

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_driver.c
tests/qemumonitorjsontest.c