From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NodDX-0002CD-Bp for qemu-devel@nongnu.org; Mon, 08 Mar 2010 08:41:55 -0500 Received: from [199.232.76.173] (port=48503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NodDW-0002Bs-US for qemu-devel@nongnu.org; Mon, 08 Mar 2010 08:41:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NodDV-0004Z9-Qt for qemu-devel@nongnu.org; Mon, 08 Mar 2010 08:41:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22865) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NodDV-0004Z3-Ca for qemu-devel@nongnu.org; Mon, 08 Mar 2010 08:41:53 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o28Dfp4X003868 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Mar 2010 08:41:51 -0500 Date: Mon, 8 Mar 2010 10:41:43 -0300 From: Luiz Capitulino Message-ID: <20100308104143.42dc7f88@redhat.com> In-Reply-To: References: <1267718231-13303-1-git-send-email-armbru@redhat.com> <1267718231-13303-29-git-send-email-armbru@redhat.com> <20100304175020.67e8de5a@redhat.com> <20100305124300.6d633ec9@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 28/50] error: Let converted handlers print in human monitor List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Fri, 05 Mar 2010 17:43:40 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > > So, I won't nack it and the bigger mid-term discussion we should have > > is whether or not it's ok to mix qerror_report(), error_printf() & > > friends in handlers. > > I think mixing is both unavoidable and harmless in intermediate > conversion steps. I agree.