From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHzKi-0004Ew-97 for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:38:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHzKd-00048H-Eq for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:38:23 -0500 Received: from [199.232.76.173] (port=46149 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHzKd-00047v-7M for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:38:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51257) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHzKc-0001d2-P7 for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:38:19 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB8CcHJC019762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Dec 2009 07:38:17 -0500 Message-ID: <4B1E48B7.2000902@redhat.com> Date: Tue, 08 Dec 2009 13:38:15 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1260218236-22143-1-git-send-email-armbru@redhat.com> <1260218236-22143-19-git-send-email-armbru@redhat.com> <20091208101148.119bed20@doriath> In-Reply-To: <20091208101148.119bed20@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [FOR 0.12 PATCH 18/18] QMP: add human-readable description to error response List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Luiz Capitulino , Markus Armbruster On 12/08/2009 01:11 PM, Luiz Capitulino wrote: > Not to mention that those strings can't be modified when the protocol > becomes stable and we're probably talking about dozens if not a hundred > of strings. I would say that there is _explicitly no promise_ of keeping these stable. You can serve HTTP/1.1 302 You have bad taste in music Location: http://www.britneyspears.com/ and clients will not complain. It's the same for QMP and desc. (Disclaimer: I haven't read the entire series from Markus). Paolo