commit | 90f8ae724a575861f093fbdbfd49a925bcfec327 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Fri Feb 01 13:22:37 2013 +0100 |
committer | Juan Quintela <quintela@redhat.com> | Fri Feb 22 10:12:52 2013 +0100 |
tree | bd76c7c5cfd71e6bbbfd242b6ac4d6c07039e696 | |
parent | 7161082c8d8cf167c508976887a0a63f4db92b51 [diff] |
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>