From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3JeW-0007um-T3 for qemu-devel@nongnu.org; Tue, 26 Jun 2007 18:36:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3JeV-0007uB-ED for qemu-devel@nongnu.org; Tue, 26 Jun 2007 18:36:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3JeV-0007u8-92 for qemu-devel@nongnu.org; Tue, 26 Jun 2007 18:36:51 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I3JeU-00031s-Ry for qemu-devel@nongnu.org; Tue, 26 Jun 2007 18:36:51 -0400 Date: Tue, 26 Jun 2007 23:30:36 +0100 Subject: Re: [Qemu-devel] sparc guest Message-ID: <20070626223036.GA28479@networkno.de> References: <4680194B.6070001@bandsman.co.uk> <20070625195904.GC3665@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org Blue Swirl wrote: > On 6/25/07, Thiemo Seufer wrote: > >Nigel Horne wrote: > >> Good news, sparc emulation with -nographic no longer core dumps. > >> > >> The bad news, networking still fails: > > > >FYI, I see a transmit error for ne2k_isa on mips r4k. Maybe that's > >related. > > On my test cases the network is still fine. What was the setup again? What I see is apparently not triggered by a change in Qemu. An older 2.6.16 kernel works with current Qemu, but 2.6.21 breaks networking. The setup is basically the big endian mips regression test initrd with a newer kernel. Thiemo