]> git.proxmox.com Git - qemu.git/commit - arch_init.c
migration: Fix calculation of bytes_transferred
authorPierre Riteau <Pierre.Riteau@irisa.fr>
Wed, 12 May 2010 13:12:44 +0000 (15:12 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Jun 2010 17:53:09 +0000 (12:53 -0500)
commit3fc250b4be58cac2e392d8d01949f9e8471c36f9
treeb5d4474edb117b2cf5a0834869c5cb292fcbdef5
parenta132a679c33ae2f8f6935f92c2a8043015cd917c
migration: Fix calculation of bytes_transferred

When a page with all identical bytes is transferred, it is counted
as a full page (TARGET_PAGE_SIZE) although only one byte is actually
sent. Fix this by changing ram_save_block() to return the number of
bytes sent instead of a boolean value. This makes bandwidth
estimation, and consequently downtime estimation, more precise.

Signed-off-by: Pierre Riteau <Pierre.Riteau@irisa.fr>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
arch_init.c