]> git.proxmox.com Git - qemu.git/commit
migration: don't account sleep time for calculating bandwidth
authorJuan Quintela <quintela@redhat.com>
Fri, 1 Feb 2013 11:41:38 +0000 (12:41 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 22 Feb 2013 09:12:52 +0000 (10:12 +0100)
commit7161082c8d8cf167c508976887a0a63f4db92b51
treeb656616c12b63dfe57c3c5c2ffa786271957e87c
parenta3e879cd51c4f614f702117c4b1449f0218c00f3
migration: don't account sleep time for calculating bandwidth

While we are sleeping we are not sending, so we should not use that
time to estimate our bandwidth.

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