From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHCWM-0003mu-50 for qemu-devel@nongnu.org; Wed, 04 Sep 2013 08:49:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHCWE-0002yL-Ji for qemu-devel@nongnu.org; Wed, 04 Sep 2013 08:49:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHCWE-0002y4-C2 for qemu-devel@nongnu.org; Wed, 04 Sep 2013 08:49:10 -0400 Message-ID: <52272C67.7020006@redhat.com> Date: Wed, 04 Sep 2013 15:49:43 +0300 From: Orit Wasserman MIME-Version: 1.0 References: <1378285356-5308-1-git-send-email-lilei@linux.vnet.ibm.com> In-Reply-To: <1378285356-5308-1-git-send-email-lilei@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3 resend v2] Migration fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: pbonzini@redhat.com, mrhines@linux.vnet.ibm.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, quintela@redhat.com On 09/04/2013 12:02 PM, Lei Li wrote: > 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(-) > > Looks good, Reviewed-by: Orit Wasserman