From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHzdM-0005Xm-Fx for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:57:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHzdH-0005SU-OD for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:57:40 -0500 Received: from [199.232.76.173] (port=59219 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHzdH-0005SB-J2 for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:57:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27953) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHzdG-0003KI-QO for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:57:35 -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 nB8CvX8I008313 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Dec 2009 07:57:34 -0500 From: Markus Armbruster References: <1260218236-22143-1-git-send-email-armbru@redhat.com> <1260218236-22143-19-git-send-email-armbru@redhat.com> <20091208101148.119bed20@doriath> <4B1E48B7.2000902@redhat.com> Date: Tue, 08 Dec 2009 13:57:31 +0100 In-Reply-To: <4B1E48B7.2000902@redhat.com> (Paolo Bonzini's message of "Tue, 08 Dec 2009 13:38:15 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Paolo Bonzini Cc: qemu-devel , Luiz Capitulino Paolo Bonzini writes: > 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. And even serve later in the same session HTTP/1.1 302 Bad taste in music you have Location: http://www.britneyspears.com/ > It's the same for QMP and desc. Precisely. > (Disclaimer: I haven't read the entire series from Markus).