From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDoHp-0003xr-6O for qemu-devel@nongnu.org; Wed, 21 Jan 2015 00:57:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDoHl-0007aD-UC for qemu-devel@nongnu.org; Wed, 21 Jan 2015 00:57:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDoHl-0007a9-NQ for qemu-devel@nongnu.org; Wed, 21 Jan 2015 00:57:01 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0L5v0Ev025821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 21 Jan 2015 00:57:01 -0500 Date: Wed, 21 Jan 2015 11:26:45 +0530 From: Amit Shah Message-ID: <20150121055645.GP31174@grmbl.mre> References: <1421765283-17822-1-git-send-email-dgilbert@redhat.com> <1421765283-17822-2-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1421765283-17822-2-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/3] savevm: Convert fprintf to error_report List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, stefanha@redhat.com, quintela@redhat.com On (Tue) 20 Jan 2015 [14:48:01], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Convert a bunch of fprintfs to error_reports > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit