From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lpnfg-00034s-RR for qemu-devel@nongnu.org; Fri, 03 Apr 2009 13:59:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lpnfc-0002ys-Bk for qemu-devel@nongnu.org; Fri, 03 Apr 2009 13:59:16 -0400 Received: from [199.232.76.173] (port=59500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lpnfc-0002yj-5M for qemu-devel@nongnu.org; Fri, 03 Apr 2009 13:59:12 -0400 Received: from bsdimp.com ([199.45.160.85]:54468 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lpnfb-0001do-AM for qemu-devel@nongnu.org; Fri, 03 Apr 2009 13:59:11 -0400 Date: Fri, 03 Apr 2009 11:58:43 -0600 (MDT) Message-Id: <20090403.115843.84364240.imp@bsdimp.com> Subject: Re: [Qemu-devel] [RFC] Introduce module API to QEMU From: "M. Warner Losh" In-Reply-To: <49D6480F.2000408@codemonkey.ws> References: <49D60814.9020703@codemonkey.ws> <49D6480F.2000408@codemonkey.ws> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, anthony@codemonkey.ws Cc: paul@codesourcery.com In message: <49D6480F.2000408@codemonkey.ws> Anthony Liguori writes: : malc wrote: : > You are using _identifier_ whose name violates 7.1.3, full stop, you : > can not do that in _any_ context. : > : : So then we cannot use __func__ either or __attribute__ by your logic. No. That's not true. Those are defined by the standard or by the implementation. he's objecting to your using an identifier that starts with __ when really, there's no reason to do that. Warner