From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2Q75-0001wK-An for qemu-devel@nongnu.org; Wed, 01 Sep 2004 04:05:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2Q6p-0001sn-Am for qemu-devel@nongnu.org; Wed, 01 Sep 2004 04:05:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2Q6o-0001sL-Hg for qemu-devel@nongnu.org; Wed, 01 Sep 2004 04:04:46 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C2Q1W-0002Yq-Qf for qemu-devel@nongnu.org; Wed, 01 Sep 2004 03:59:19 -0400 Message-ID: <413580CD.6040308@gmx.com> Date: Wed, 01 Sep 2004 09:57:01 +0200 From: "Bochnig, Martin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] SPARC - host support in vl.c References: <4134F602.2030809@gmx.com> <873c23x8dk.fsf@informatik.uni-tuebingen.de> <4134FAB6.8070507@gmx.com> <87brgr0w2z.fsf@informatik.uni-tuebingen.de> In-Reply-To: <87brgr0w2z.fsf@informatik.uni-tuebingen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: bochnig@pool.math.tu-berlin.de, 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 Falk Hueffner wrote: > I mean that what is now for __sparc__ should just be a global #else, > since it should work everywhere if a more specialized version is not > available. > Oh, of course - that's true.