]> git.proxmox.com Git - qemu.git/commit - arch_init.c
migration: calculate expected_downtime
authorJuan Quintela <quintela@redhat.com>
Fri, 1 Feb 2013 12:22:37 +0000 (13:22 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 22 Feb 2013 09:12:52 +0000 (10:12 +0100)
commit90f8ae724a575861f093fbdbfd49a925bcfec327
treebd76c7c5cfd71e6bbbfd242b6ac4d6c07039e696
parent7161082c8d8cf167c508976887a0a63f4db92b51
migration: calculate expected_downtime

We removed the calculation in commit e4ed1541ac9413eac494a03532e34beaf8a7d1c5

Now we add it back.  We need to create dirty_bytes_rate because we
can't include cpu-all.h from migration.c, and there is no other way to
include TARGET_PAGE_SIZE.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
arch_init.c
include/migration/migration.h
migration.c