From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj5vZ-0002qv-U9 for qemu-devel@nongnu.org; Wed, 20 Nov 2013 06:26:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vj5vU-0004LE-9C for qemu-devel@nongnu.org; Wed, 20 Nov 2013 06:26:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj5vU-0004L0-1v for qemu-devel@nongnu.org; Wed, 20 Nov 2013 06:26:32 -0500 From: Juan Quintela Date: Wed, 20 Nov 2013 12:26:26 +0100 Message-Id: <1384946787-8190-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@amazon.com Hi Anthony Please apply. Brown paper bug where we are adding total size in each iteration, and not the real transmitted value. Thanks, Juan. The following changes since commit 394cfa39ba24dd838ace1308ae24961243947fb8: Merge remote-tracking branch 'quintela/migration.next' into staging (2013-11-19 13:03:06 -0800) are available in the git repository at: git://github.com/juanquintela/qemu.git migration.next for you to fetch changes up to 8e86729a0e83b557c22808a2337252c969ca3986: The calculation of bytes_xfer in qemu_put_buffer() is wrong (2013-11-20 12:16:04 +0100) ---------------------------------------------------------------- Wangting (Kathy) (1): The calculation of bytes_xfer in qemu_put_buffer() is wrong savevm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)