From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQCBc-0007Jd-Q1 for qemu-devel@nongnu.org; Tue, 24 Feb 2015 04:53:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQCBX-0003E9-SI for qemu-devel@nongnu.org; Tue, 24 Feb 2015 04:53:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQCBX-0003Dx-LT for qemu-devel@nongnu.org; Tue, 24 Feb 2015 04:53:47 -0500 Date: Tue, 24 Feb 2015 15:23:31 +0530 From: Amit Shah Message-ID: <20150224095331.GB26558@grmbl.mre> References: <1423778591-12590-1-git-send-email-quintela@redhat.com> <1423778591-12590-2-git-send-email-quintela@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423778591-12590-2-git-send-email-quintela@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/6] ram: make all save_page functions take a uint64_t parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: liang.z.li@intel.com, qemu-devel@nongnu.org On (Thu) 12 Feb 2015 [23:03:06], Juan Quintela wrote: > It used to be an int, but then we can't pass directly the > bytes_transferred parameter, that would happen later in the series. > > Signed-off-by: Juan Quintela > --- > arch_init.c | 11 ++++++++--- > include/migration/migration.h | 2 +- > include/migration/qemu-file.h | 2 +- > migration/qemu-file.c | 3 ++- > migration/rdma.c | 2 +- > 5 files changed, 13 insertions(+), 7 deletions(-) Reviewed-by: Amit Shah Amit