From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2XTT-000601-Rk for qemu-devel@nongnu.org; Wed, 01 Sep 2004 11:56:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2XTS-0005zV-Om for qemu-devel@nongnu.org; Wed, 01 Sep 2004 11:56:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2XTS-0005z4-DS for qemu-devel@nongnu.org; Wed, 01 Sep 2004 11:56:38 -0400 Received: from [151.189.21.44] (helo=mail-in-01.arcor-online.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C2XOQ-0007eE-3y for qemu-devel@nongnu.org; Wed, 01 Sep 2004 11:51:26 -0400 Date: Wed, 1 Sep 2004 17:44:21 +0200 From: Richard Zidlicky Subject: Re: [Qemu-devel] SPARC - host support in vl.c Message-ID: <20040901154421.GB13876@linux-m68k.org> References: <4134F602.2030809@gmx.com> <873c23x8dk.fsf@informatik.uni-tuebingen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <873c23x8dk.fsf@informatik.uni-tuebingen.de> 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 On Wed, Sep 01, 2004 at 12:14:47AM +0200, Falk Hueffner wrote: > "Bochnig, Martin" writes: > > > Here my patch suggestions to add SPARC host support to vl.c : > > > > #elif defined(__sparc__) > > Why conditionalize this to __sparc__? Seems like a generally sensible > fallback. Fabrice had plans to do this properly, by counting executed instructions. Any idea what happened with this plan? Richard