From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lpbzy-0005iX-8r for qemu-devel@nongnu.org; Fri, 03 Apr 2009 01:31:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lpbzt-0005fY-HO for qemu-devel@nongnu.org; Fri, 03 Apr 2009 01:31:25 -0400 Received: from [199.232.76.173] (port=37714 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lpbzt-0005fT-Cu for qemu-devel@nongnu.org; Fri, 03 Apr 2009 01:31:21 -0400 Received: from main.gmane.org ([80.91.229.2]:41501 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lpbzt-0006v0-1C for qemu-devel@nongnu.org; Fri, 03 Apr 2009 01:31:21 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lpbzp-000847-7q for qemu-devel@nongnu.org; Fri, 03 Apr 2009 05:31:17 +0000 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Apr 2009 05:31:17 +0000 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Apr 2009 05:31:17 +0000 From: Vladimir Prus Date: Fri, 03 Apr 2009 09:31:03 +0400 Message-ID: References: <49D4DEDC.3040902@opensuse.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Sender: news Subject: [Qemu-devel] Re: [6966] SH: Improve movca.l/ocbi emulation. 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 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? - Volodya