From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0VBO-0005Gr-HB for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:41:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0VBN-0005nW-EH for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:41:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0VBN-0005nQ-4r for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:41:49 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1N9fmnS018800 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 23 Feb 2012 04:41:48 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1N9flIK010153 for ; Thu, 23 Feb 2012 04:41:48 -0500 Received: from [10.34.27.226] (dhcp-27-226.brq.redhat.com [10.34.27.226]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id q1N9fkrC003479 for ; Thu, 23 Feb 2012 04:41:47 -0500 Message-ID: <4F4609DA.7010307@redhat.com> Date: Thu, 23 Feb 2012 10:41:46 +0100 From: Michal Privoznik MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-ga error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Hi guys, I ran into weird issue. Issuing unknown-command on qemu monitor gives this: {"error": {"class": "CommandNotFound", "desc": "The command unknown-command has not been found", "data": {"name": "unknown-command"}}} However, issuing the very same on GA socket gets me: {"error": {"class": "CommandNotFound", "data": {"name": "unknown-command"}}} which is missing the 'desc'; Can this be fixed, so GA report the 'desc' field? Libvirt uses that for error reporting as it usually is perfectly suitable. Michal