From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJ2Jq-00088R-NV for qemu-devel@nongnu.org; Wed, 16 Jul 2008 04:25:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJ2Jo-00087Q-HU for qemu-devel@nongnu.org; Wed, 16 Jul 2008 04:25:01 -0400 Received: from [199.232.76.173] (port=43414 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJ2Jo-00087N-Dh for qemu-devel@nongnu.org; Wed, 16 Jul 2008 04:25:00 -0400 Received: from wf-out-1314.google.com ([209.85.200.171]:27216) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJ2Jo-0003yU-K9 for qemu-devel@nongnu.org; Wed, 16 Jul 2008 04:25:00 -0400 Received: by wf-out-1314.google.com with SMTP id 27so5601298wfd.4 for ; Wed, 16 Jul 2008 01:24:59 -0700 (PDT) Message-ID: Date: Wed, 16 Jul 2008 11:24:58 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] Sparc64 progress In-Reply-To: <20080716080128.GA6915@vimes.madsworld.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080716080128.GA6915@vimes.madsworld.lan> 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 7/16/08, Markus Dahms wrote: > Hi, > > > With Qemu r4780 and OpenBIOS r201 I get the following output on serial > > console: > > ./qemu-system-sparc64 -L . -kernel vmlinux-2.6.25.10-sun4u -serial stdio > > > nice progress. Sadly I can't reproduce it here (still ia32, gcc-3.4), gdb > isn't really helpful for me: > > | $ gdb qemu-system-sparc64 > | (gdb) run -L . -kernel vmlinuz-2.6.18-6-sparc64-smp -serial stdio > | OpenBIOS for Sparc64 > | > | Program received signal SIGSEGV, Segmentation fault. > | [Switching to Thread 0xb7b306b0 (LWP 7734)] > | 0x08146ea3 in ?? () > | (gdb) bt > | #0 0x08146ea3 in ?? () > | #1 0xab2a95a8 in ?? () > | #2 0x0891f204 in ?? () > | #3 0x00000000 in ?? () > | (gdb) > > You may find a log with "-d op,exec,cpu,out_asm,in_asm,int" at > http://automagically.de/files/qemu-sparc64.log (~ 1.4 MB) > > For the longer term, do you plan to add support for the SBus-based > Sun4u machines? At least for the Ultra 1 most of the hardware is > already emulated for Sun4m (esp, le, cg6...)... For the U1E/U2 > isn't much needed either (hme, perhaps some fas bits in esp)... > Just a lot of glue missing ;) Well, for now I try to get things working on a maximally PC-like system (PCI, IDE, VGA, serial). After that (or if the approach fails) more machines could be added.