From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLQD9-000392-J0 for qemu-devel@nongnu.org; Wed, 05 Mar 2014 23:47:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLQD3-00011q-KE for qemu-devel@nongnu.org; Wed, 05 Mar 2014 23:47:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLQD3-00011f-C8 for qemu-devel@nongnu.org; Wed, 05 Mar 2014 23:47:05 -0500 Date: Thu, 6 Mar 2014 10:16:54 +0530 From: Amit Shah Message-ID: <20140306044654.GA11308@grmbl.mre> References: <1393487858-2895-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393487858-2895-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu_file: Fix mismerge of "use fwrite() correctly" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, quintela@redhat.com On (Thu) 27 Feb 2014 [08:57:38], Markus Armbruster wrote: > Reviewers accepted v2 of the patch, but what got committed was v1, > with the R-bys for v2. This is the v1->v2 followup fix. > > Signed-off-by: Markus Armbruster Reviewed-by: Amit Shah This fixes commit aded6539d983280212e08d09f14157b1cb4d58cc Amit