]> git.proxmox.com Git - mirror_qemu.git/commit
migration: introduce postcopy-blocktime capability
authorAlexey Perevalov <a.perevalov@samsung.com>
Thu, 22 Mar 2018 18:17:22 +0000 (21:17 +0300)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 25 Apr 2018 17:02:12 +0000 (18:02 +0100)
commitf22f928ec929c425c5aa402b5cc4d6d1fa4be238
tree9d1ced39355b3d2c1a6e7258538216ad60f84242
parent4743c23509a51bd4ee85cc272287a41917d1be35
migration: introduce postcopy-blocktime capability

Right now it could be used on destination side to
enable vCPU blocktime calculation for postcopy live migration.
vCPU blocktime - it's time since vCPU thread was put into
interruptible sleep, till memory page was copied and thread awake.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-Id: <1521742647-25550-2-git-send-email-a.perevalov@samsung.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/migration.c
migration/migration.h
qapi/migration.json