From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7Grz-0002lR-FS for qemu-devel@nongnu.org; Thu, 21 May 2009 18:36:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7Gru-0002jp-5x for qemu-devel@nongnu.org; Thu, 21 May 2009 18:36:10 -0400 Received: from [199.232.76.173] (port=57690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7Gru-0002jm-3w for qemu-devel@nongnu.org; Thu, 21 May 2009 18:36:06 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28550) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M7Grt-0003SI-Kh for qemu-devel@nongnu.org; Thu, 21 May 2009 18:36:05 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7Grs-0005fj-RB for qemu-devel@nongnu.org; Thu, 21 May 2009 18:36:05 -0400 From: Paul Brook Date: Thu, 21 May 2009 23:36:01 +0100 References: <200905211348.n4LDmnYd025976@d01av04.pok.ibm.com> In-Reply-To: <200905211348.n4LDmnYd025976@d01av04.pok.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905212336.02493.paul@codesourcery.com> Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT f80f9ec] Convert machine registration to use module initfunctions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org > From: Anthony Liguori > > This cleans up quite a lot of #ifdefs, extern variables, and other > ugliness. This changes the default for at least the ARM target, which I consider to be a bug. Worse than that, the default is now arbitrary and depends on unspecified toolchain implementation details. Paul