]> git.proxmox.com Git - mirror_qemu.git/commit
qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
authorHyman Huang(黄勇) <yong.huang@smartx.com>
Wed, 7 Jun 2023 13:32:59 +0000 (21:32 +0800)
committerJuan Quintela <quintela@redhat.com>
Wed, 26 Jul 2023 08:55:56 +0000 (10:55 +0200)
commit4d8078571906932c496ddeda541fb4b026fd12f5
tree9aaf6e2001fa7eeb94a5270d3fb57388049d97c3
parent140e5a7632beb2adbc72066ca2d7146a7bdb2ec5
qapi/migration: Introduce x-vcpu-dirty-limit-period parameter

Introduce "x-vcpu-dirty-limit-period" migration experimental
parameter, which is in the range of 1 to 1000ms and used to
make dirtyrate calculation period configurable.

Currently with the "x-vcpu-dirty-limit-period" varies, the
total time of live migration changes, test results show the
optimal value of "x-vcpu-dirty-limit-period" ranges from
500ms to 1000 ms. "x-vcpu-dirty-limit-period" should be made
stable once it proves best value can not be determined with
developer's experiments.

Signed-off-by: Hyman Huang(黄勇) <yong.huang@smartx.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <168618975839.6361.17407633874747688653-2@git.sr.ht>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration-hmp-cmds.c
migration/options.c
qapi/migration.json