From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCJ2D-0008CE-0Q for qemu-devel@nongnu.org; Fri, 27 Jun 2008 14:51:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCJ2B-0008C1-K3 for qemu-devel@nongnu.org; Fri, 27 Jun 2008 14:51:00 -0400 Received: from [199.232.76.173] (port=46206 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCJ2B-0008By-Ga for qemu-devel@nongnu.org; Fri, 27 Jun 2008 14:50:59 -0400 Received: from wsip-68-15-230-7.om.om.cox.net ([68.15.230.7]:58738 helo=hachi.dashjr.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KCJ29-0002HL-U1 for qemu-devel@nongnu.org; Fri, 27 Jun 2008 14:50:59 -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 B8BD696034C for ; Fri, 27 Jun 2008 18:50:47 +0000 (UTC) From: Luke -Jr Date: Fri, 27 Jun 2008 13:50:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806271350.40937.luke@dashjr.org> Subject: [Qemu-devel] MIPS 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 Is it possible to just emulate a MIPS CPU without any kind of ELF loader/BIOS/boot process, ideally letting me watch/debug the instruction flow and registers? Thanks, Luke