From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHz89-0002BQ-39 for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:25:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHz84-000293-Ba for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:25:24 -0500 Received: from [199.232.76.173] (port=49727 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHz84-00028t-5H for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:25:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22144) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHz83-0000kP-PP for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:25:20 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB8CPIHV002859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Dec 2009 07:25:18 -0500 From: Markus Armbruster References: <1260218236-22143-1-git-send-email-armbru@redhat.com> <1260218236-22143-13-git-send-email-armbru@redhat.com> <20091208095104.688a0d75@doriath> Date: Tue, 08 Dec 2009 13:25:16 +0100 In-Reply-To: <20091208095104.688a0d75@doriath> (Luiz Capitulino's message of "Tue, 8 Dec 2009 09:51:04 -0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [FOR 0.12 PATCH 12/18] QError: New QERR_FD_NOT_FOUND List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org Luiz Capitulino writes: > On Mon, 7 Dec 2009 21:37:10 +0100 > Markus Armbruster wrote: > >> +#define QERR_FD_NOT_FOUND \ >> + "{ 'class': 'fd_not_found', 'data': { 'name': %s } }" >> + > > I think this came from your previous series of not using CamelCase? > > Also happens in next patches.. Rats. Fixing...