From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFMYc-0008BC-GE for qemu-devel@nongnu.org; Sun, 06 Jul 2008 01:13:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFMYa-00089m-6E for qemu-devel@nongnu.org; Sun, 06 Jul 2008 01:13:04 -0400 Received: from [199.232.76.173] (port=39640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFMYa-00089f-05 for qemu-devel@nongnu.org; Sun, 06 Jul 2008 01:13:04 -0400 Received: from wsip-68-15-230-7.om.om.cox.net ([68.15.230.7]:45612 helo=hachi.dashjr.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFMYZ-0006dk-OR for qemu-devel@nongnu.org; Sun, 06 Jul 2008 01:13:03 -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 8190C96011F for ; Sun, 6 Jul 2008 05:13:00 +0000 (UTC) From: Luke -Jr Subject: Re: [Qemu-devel] MIPS emulation Date: Sun, 6 Jul 2008 00:12:57 -0500 References: <200806271350.40937.luke@dashjr.org> <200807052045.17038.luke@dashjr.org> <20080706045213.GA7875@networkno.de> In-Reply-To: <20080706045213.GA7875@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807060012.59162.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 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? ;)