From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpeBa-0004J0-R2 for qemu-devel@nongnu.org; Fri, 03 Apr 2009 03:51:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpeBW-0004H4-EQ for qemu-devel@nongnu.org; Fri, 03 Apr 2009 03:51:34 -0400 Received: from [199.232.76.173] (port=48773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpeBV-0004Gl-R0 for qemu-devel@nongnu.org; Fri, 03 Apr 2009 03:51:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:44122) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LpeBV-0003UL-GP for qemu-devel@nongnu.org; Fri, 03 Apr 2009 03:51:29 -0400 Received: from miranda.se.axis.com ([193.13.178.8]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpdwK-0006Oe-OI for qemu-devel@nongnu.org; Fri, 03 Apr 2009 03:35:49 -0400 Received: from axis.com (edgar.se.axis.com [10.93.151.1]) by miranda.se.axis.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id n337ZjY8023697 for ; Fri, 3 Apr 2009 09:35:45 +0200 Date: Fri, 3 Apr 2009 09:35:45 +0200 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] Re: [6966] SH: Improve movca.l/ocbi emulation. Message-ID: <20090403073545.GD14019@edgar.se.axis.com> References: <49D4DEDC.3040902@opensuse.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladimir Prus , martin.mohring@opensuse.org Cc: qemu-devel@nongnu.org On Fri, Apr 03, 2009 at 09:31:03AM +0400, Vladimir Prus wrote: > Martin Mohring wrote: > > > Hi, > > > > could it have been in these changes that i get a linking error for qemu > > user sh4 on host linux/i586 now? > > Probably so -- cpu_sh4_is_cached is defined for system emulation only, > and helper_movcal is using it unconditionally. I am not sure what is > the best approach here -- maybe movcal should act like move in user emulation? > I committed a specialised is_cached for linux-user that assumes the entire U0 area is cached. The runtime link error should be gone now.. Cheers