]> git.proxmox.com Git - mirror_qemu.git/commit
migration: introduce postcopy-blocktime capability
authorAlexey Perevalov <a.perevalov@samsung.com>
Mon, 30 Oct 2017 13:16:25 +0000 (16:16 +0300)
committerJuan Quintela <quintela@redhat.com>
Mon, 15 Jan 2018 11:47:59 +0000 (12:47 +0100)
commit31bf06a9d6844d9977b028bd9b855d53288f979c
tree66fbffbbb9eb0c9f766fd2219f0a98a9542c8fb7
parent029ff892e1049ca4f93f9d8f0059bc02fffd6e32
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>
migration/migration.c
migration/migration.h
qapi/migration.json