From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7JSW-0007U6-Dg for qemu-devel@nongnu.org; Thu, 21 May 2009 21:22:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7JSR-0007P1-JK for qemu-devel@nongnu.org; Thu, 21 May 2009 21:22:03 -0400 Received: from [199.232.76.173] (port=42177 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7JSR-0007Oi-EA for qemu-devel@nongnu.org; Thu, 21 May 2009 21:21:59 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:42817) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M7JSR-0008Sb-3c for qemu-devel@nongnu.org; Thu, 21 May 2009 21:21:59 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e37.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n4M1LJMw031669 for ; Thu, 21 May 2009 19:21:19 -0600 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n4M1Luhe261292 for ; Thu, 21 May 2009 19:21:56 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n4M1LuYi010695 for ; Thu, 21 May 2009 19:21:56 -0600 Message-ID: <4A15FE31.7050808@us.ibm.com> Date: Thu, 21 May 2009 20:21:53 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <200905211348.n4LDmnYd025976@d01av04.pok.ibm.com> <200905212336.02493.paul@codesourcery.com> In-Reply-To: <200905212336.02493.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook wrote: >> 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. > The default depends on order? That's unfortunate. I'll fix it. > Paul > -- Regards, Anthony Liguori