From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbodj-0001Dz-Uc for qemu-devel@nongnu.org; Tue, 15 Sep 2015 07:43:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbodi-0001iY-Vl for qemu-devel@nongnu.org; Tue, 15 Sep 2015 07:43:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbodi-0001iT-QX for qemu-devel@nongnu.org; Tue, 15 Sep 2015 07:43:10 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 835FD2F90D8 for ; Tue, 15 Sep 2015 11:43:09 +0000 (UTC) Date: Tue, 15 Sep 2015 17:12:56 +0530 From: Amit Shah Message-ID: <20150915114256.GH10281@grmbl.mre> References: <1439463094-5394-1-git-send-email-dgilbert@redhat.com> <1439463094-5394-6-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439463094-5394-6-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 5/5] migration: qemu-file more size_t'ifying List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, quintela@redhat.com On (Thu) 13 Aug 2015 [11:51:34], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This time convert the external functions: > qemu_get_buffer, qemu_peek_buffer > qemu_put_buffer and qemu_put_buffer_async > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit