From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpSLH-00084m-KH for qemu-devel@nongnu.org; Sat, 19 May 2007 13:03:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpSLE-00082j-A3 for qemu-devel@nongnu.org; Sat, 19 May 2007 13:03:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpSLE-00082g-4T for qemu-devel@nongnu.org; Sat, 19 May 2007 13:03:40 -0400 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpSLD-00076B-J1 for qemu-devel@nongnu.org; Sat, 19 May 2007 13:03:39 -0400 Received: by ug-out-1314.google.com with SMTP id j40so595783ugd for ; Sat, 19 May 2007 10:03:38 -0700 (PDT) Message-ID: Date: Sat, 19 May 2007 20:03:38 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] emulated lance device crashes in debian-sparc32 In-Reply-To: <20070519071656.74105a87@chirp> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070519071656.74105a87@chirp> 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, mark@glines.org On 5/19/07, Mark Glines wrote: > The weird thing is, when I add "-net nic,model=lance" to my command line > right before "-net user", the crash does not occur. I kinda assumed from > the above backtrace that the lance driver was selected on sparc32 by > default... Thanks for testing. Lance NIC is integrated to the MACIO chipset, but the code in sun4m.c for some reason allow not having any NICs at all. I'll think about a fix. One problem is that the device nodes are always enabled in OpenBIOS.