From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAtuH-0003Mw-Cb for qemu-devel@nongnu.org; Thu, 11 Dec 2008 17:21:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAtuG-0003M9-C4 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 17:21:16 -0500 Received: from [199.232.76.173] (port=56351 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAtuG-0003Lt-6u for qemu-devel@nongnu.org; Thu, 11 Dec 2008 17:21:16 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:28023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAtuF-0002Qx-SK for qemu-devel@nongnu.org; Thu, 11 Dec 2008 17:21:16 -0500 Received: by fg-out-1718.google.com with SMTP id l26so630697fgb.8 for ; Thu, 11 Dec 2008 14:21:14 -0800 (PST) Message-ID: <761ea48b0812111421i4f42af18mcb4672e75f54ae4c@mail.gmail.com> Date: Thu, 11 Dec 2008 23:21:14 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] Re: SH4: Implement FD bit In-Reply-To: <1229032933.3898.30.camel@cocoduo.atr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200812012022.02276.vladimir@codesourcery.com> <20081207224734.GD3591@volta.aurel32.net> <1229026342.3898.24.camel@cocoduo.atr> <761ea48b0812111257n3c8713a3r13224f3e9ace20b@mail.gmail.com> <1229032933.3898.30.camel@cocoduo.atr> 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 Thu, Dec 11, 2008 at 11:02 PM, Lionel Landwerlin wrote: > > According to you, where should I put this "fix" in linux-user/ ? If you look in target-sh4/translate.c/cpu_sh4_reset you will find what you need. For linux-user, CONFIG_USER_ONLY is defined. HTH, Laurent