From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51374 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzDNk-0005gO-G5 for qemu-devel@nongnu.org; Mon, 14 Mar 2011 15:24:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzDNh-0004DL-KP for qemu-devel@nongnu.org; Mon, 14 Mar 2011 15:24:42 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:39995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzDNh-0004D4-Hx for qemu-devel@nongnu.org; Mon, 14 Mar 2011 15:24:41 -0400 Received: from d01dlp01.pok.ibm.com (d01dlp01.pok.ibm.com [9.56.224.56]) by e4.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p2EJ5JXN030204 for ; Mon, 14 Mar 2011 15:05:19 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id CA58038C8038 for ; Mon, 14 Mar 2011 15:24:36 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p2EJOdhl2375856 for ; Mon, 14 Mar 2011 15:24:39 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p2EJOdeq004230 for ; Mon, 14 Mar 2011 16:24:39 -0300 Message-ID: <4D7E6B75.8080801@us.ibm.com> Date: Mon, 14 Mar 2011 14:24:37 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1299877249-13433-1-git-send-email-aliguori@us.ibm.com> <1299877249-13433-5-git-send-email-aliguori@us.ibm.com> <20110314161853.0b9f5921@doriath> In-Reply-To: <20110314161853.0b9f5921@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 04/11] qerror: split out the reporting bits of QError List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Paolo Bonzini , qemu-devel@nongnu.org, Michael D Roth , Markus Armbruster On 03/14/2011 02:18 PM, Luiz Capitulino wrote: > On Fri, 11 Mar 2011 15:00:42 -0600 > Anthony Liguori wrote: > >> These make it very hard to compile QError outside of QEMU. > Why would someone do this? libqmp It's very nice to have client code that convert QMP errors to human readable strings. Regards, Anthony Liguori