From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXjMi-0007OV-48 for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:45:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXjMg-0007OF-Vv for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:44:59 -0500 Received: from [199.232.76.173] (port=39154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXjMg-0007OC-Ra for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:44:58 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:58762 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXjMg-0003V2-Ib for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:44:58 -0500 From: Rob Landley Subject: Re: [Qemu-devel] Cutting a new QEMU release Date: Thu, 12 Feb 2009 15:44:56 -0600 References: <4988AD96.6090308@codemonkey.ws> <200902111549.18621.rob@landley.net> <499435E0.7010100@juno.dti.ne.jp> In-Reply-To: <499435E0.7010100@juno.dti.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902121544.56614.rob@landley.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shin-ichiro KAWASAKI Cc: qemu-devel@nongnu.org On Thursday 12 February 2009 08:44:48 Shin-ichiro KAWASAKI wrote: > Rob Landley wrote: > > On Saturday 07 February 2009 09:29:42 Shin-ichiro KAWASAKI wrote: > % ./qemu-system-sh4 -M r2d -kernel zImage -hda sh-linux-mini.img -serial > null -serial stdio -nographic > > I hope you'll see the shell prompt. FYI, here's something I type from that shell prompt which made qemu-system-sh4 unhappy: # reboot The system is going down NOW! Sending SIGTERM to all processes Sending SIGKILL to all processes Requesting system reboot Restarting system. Unauthorized access qemu: fatal: Trying to execute code outside RAM or ROM at 0xa0000000 pc=0xa0000000 sr=0x700000f0 pr=0x8c03864c fpscr=0x00080000 spc=0x8c0126a6 ssr=0x10000000 gbr=0x2975b450 vbr=0x8c018000 sgr=0x8f989e8c dbr=0x00000000 delayed_pc=0x8c0126a0 fpul=0x00000000 r0=0x00000016 r1=0x80000001 r2=0x10000000 r3=0x0000198e r4=0x00000000 r5=0x0000198e r6=0xffffffff r7=0xffffffff r8=0x28121969 r9=0xfee1dead r10=0x000001a0 r11=0x01234567 r12=0x297577b8 r13=0x004c2c10 r14=0x7bea3aa0 r15=0x8f989e8c r16=0x00000000 r17=0xffffff0f r18=0xffffffff r19=0x40008000 r20=0x8f989e08 r21=0x00000000 r22=0x00000000 r23=0x8f988000 Just FYI. :) Rob