From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH90y-0002kq-B8 for qemu-devel@nongnu.org; Wed, 04 Sep 2013 05:04:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VH90p-0007Qq-Bh for qemu-devel@nongnu.org; Wed, 04 Sep 2013 05:04:40 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:49646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH90o-0007QN-Cb for qemu-devel@nongnu.org; Wed, 04 Sep 2013 05:04:31 -0400 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 4 Sep 2013 18:55:26 +1000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [9.190.235.21]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 2FEFC2BB0052 for ; Wed, 4 Sep 2013 19:04:06 +1000 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8493sYX9437676 for ; Wed, 4 Sep 2013 19:03:55 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r84944IS029199 for ; Wed, 4 Sep 2013 19:04:05 +1000 From: Lei Li Date: Wed, 4 Sep 2013 17:02:33 +0800 Message-Id: <1378285356-5308-1-git-send-email-lilei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/3 resend v2] Migration fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, Lei Li , anthony@codemonkey.ws, mrhines@linux.vnet.ibm.com, quintela@redhat.com This small patch series is extracted from localhost migration series that Paolo reviewed positively, send it separately as his request. It fixs wrong initialization in RDMA hook ram_control_load_hook() and gets rid of the negative check for qemu_file_rate_limit() with bytes_transferred and return value adjusted correspondingly in ram_save_iterate. Lei Li (3): savevm: add comments for qemu_file_get_error() savevm: fix wrong initialization by ram_control_load_hook arch_init: right return for ram_save_iterate arch_init.c | 15 ++++++++++----- savevm.c | 9 ++++++++- 2 files changed, 18 insertions(+), 6 deletions(-)