From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrUSS-0004DN-5y for qemu-devel@nongnu.org; Wed, 08 Apr 2009 05:52:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrUSN-0004Ba-89 for qemu-devel@nongnu.org; Wed, 08 Apr 2009 05:52:35 -0400 Received: from [199.232.76.173] (port=50494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrUSM-0004BO-TN for qemu-devel@nongnu.org; Wed, 08 Apr 2009 05:52:31 -0400 Received: from mx2.redhat.com ([66.187.237.31]:60277) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrUSM-0002oh-EZ for qemu-devel@nongnu.org; Wed, 08 Apr 2009 05:52:30 -0400 Message-ID: <49DC73D0.80306@redhat.com> Date: Wed, 08 Apr 2009 11:52:16 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 02/10] xen: backend driver core References: <1239115497-1884-1-git-send-email-kraxel@redhat.com> <1239115497-1884-3-git-send-email-kraxel@redhat.com> <49DBAC54.7010500@us.ibm.com> <49DC6CB7.8000602@redhat.com> In-Reply-To: <49DC6CB7.8000602@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org On 04/08/09 11:21, Gerd Hoffmann wrote: > Nevertheless the code probably should use the new qemu_log() > function instead. Well, for debug/info only. Errors should still go to stderr I think. cheers, Gerd