From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60834 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ6xH-000447-UH for qemu-devel@nongnu.org; Thu, 18 Nov 2010 11:03:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ6xG-0001dG-2p for qemu-devel@nongnu.org; Thu, 18 Nov 2010 11:03:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ6xF-0001ct-No for qemu-devel@nongnu.org; Thu, 18 Nov 2010 11:03:22 -0500 Message-ID: <4CE54E45.3030608@redhat.com> Date: Thu, 18 Nov 2010 17:03:17 +0100 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC][PATCH v3 01/21] virtproxy: base data structures and constants References: <1289870175-14880-1-git-send-email-mdroth@linux.vnet.ibm.com> <1289870175-14880-2-git-send-email-mdroth@linux.vnet.ibm.com> <4CE508AA.7000405@redhat.com> <4CE547B8.7000309@linux.vnet.ibm.com> <4CE5492B.9060409@linux.vnet.ibm.com> <4CE54B74.8070405@redhat.com> <4CE54CC1.2010808@linux.vnet.ibm.com> In-Reply-To: <4CE54CC1.2010808@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: agl@linux.vnet.ibm.com, abeekhof@redhat.com, Michael Roth , qemu-devel@nongnu.org, ryanh@us.ibm.com, amit.shah@redhat.com On 11/18/10 16:56, Anthony Liguori wrote: > On 11/18/2010 09:51 AM, Jes Sorensen wrote: >>> Yes, I think Jes was just looking for an excuse to say "typedefmeharder" >>> :-) >>> >> Actually typedefs are not listed as a must do thing in CODING_STYLE, >> fortunately! > > That's a bug in CODING_STYLE. > > typedefing structures is one of the core characteristics of QEMU coding > style. And here I was hoping that we could at least keep basic sanity in the coding style document :( typedefs are just plain wrong! Jes