From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLTHP-0004QE-CV for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:08:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLTHL-0006ma-Hl for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:08:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLTHL-0006mV-9j for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:08:15 -0500 From: Juan Quintela In-Reply-To: <1423623986-590-8-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 11 Feb 2015 11:06:21 +0800") References: <1423623986-590-1-git-send-email-liang.z.li@intel.com> <1423623986-590-8-git-send-email-liang.z.li@intel.com> Date: Wed, 11 Feb 2015 10:08:11 +0100 Message-ID: <87egpwdddw.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v5 07/12] migration: Split the function ram_save_page Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liang Li Cc: armbru@redhat.com, qemu-devel@nongnu.org, Yang Zhang , amit.shah@redhat.com, lcapitulino@redhat.com, dgilbert@redhat.com Liang Li wrote: > Split the function ram_save_page for code reuse purpose. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang Reviewed-by: Juan Quintela