From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFfpn-0007rn-K1 for qemu-devel@nongnu.org; Sun, 06 Jul 2008 21:48:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFfpm-0007qK-Kn for qemu-devel@nongnu.org; Sun, 06 Jul 2008 21:48:06 -0400 Received: from [199.232.76.173] (port=55840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFfpm-0007pb-Fe for qemu-devel@nongnu.org; Sun, 06 Jul 2008 21:48:06 -0400 Received: from wsip-68-15-230-7.om.om.cox.net ([68.15.230.7]:50452 helo=hachi.dashjr.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFfpl-000813-Nv for qemu-devel@nongnu.org; Sun, 06 Jul 2008 21:48:05 -0400 Received: from yokochan.lan (yokochan.lan [IPv6:2002:440d:6de2:0:20d:60ff:fe77:7d85]) (Authenticated sender: luke-jr) by hachi.dashjr.org (Postfix) with ESMTP id 5031E96039D for ; Mon, 7 Jul 2008 01:48:02 +0000 (UTC) From: Luke -Jr Subject: Re: [Qemu-devel] MIPS emulation Date: Sun, 6 Jul 2008 20:46:49 -0500 References: <200806271350.40937.luke@dashjr.org> <20080706045213.GA7875@networkno.de> <200807060012.59162.luke@dashjr.org> In-Reply-To: <200807060012.59162.luke@dashjr.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807062047.03684.luke@dashjr.org> 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 Sunday 06 July 2008, Luke -Jr wrote: > On Saturday 05 July 2008, Thiemo Seufer wrote: > > Apparently it wants to read from 0xfffe0000, which is IIRC the EJTAG > > address space. EJTAG debugging isn't implemented in Qemu. > > Could you recommend any resources relating to EJTAG so I can nop-out that > code and move on to more important things? ;) Specifically, the part relating to 0xfffe0000; everything I've found so far states that EJTAG uses 0xff200000 to 0xff3fffff. Thanks, Luke