From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2uN9-0000Ud-Qy for qemu-devel@nongnu.org; Mon, 25 Jun 2007 15:37:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2uN8-0000UH-98 for qemu-devel@nongnu.org; Mon, 25 Jun 2007 15:37:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2uN8-0000UE-3f for qemu-devel@nongnu.org; Mon, 25 Jun 2007 15:37:14 -0400 Received: from pih-relay05.plus.net ([212.159.14.132]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I2uN7-0002Ik-PD for qemu-devel@nongnu.org; Mon, 25 Jun 2007 15:37:13 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by pih-relay05.plus.net with esmtp (Exim) id 1I2uMw-00045t-Hi for qemu-devel@nongnu.org; Mon, 25 Jun 2007 20:37:02 +0100 Received: from [192.168.1.7] ([192.168.1.7]) (authenticated bits=0) by bandsman.co.uk (8.13.8/8.13.8) with ESMTP id l5PJaub8009892 for ; Mon, 25 Jun 2007 20:36:57 +0100 Message-ID: <4680194B.6070001@bandsman.co.uk> Date: Mon, 25 Jun 2007 20:36:43 +0100 From: Nigel Horne MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] sparc guest 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 Good news, sparc emulation with -nographic no longer core dumps. The bad news, networking still fails: .... SunLance: using auto-carrier-detection. eth0: LANCE 52:54:00:12:34:56 Skipping already loaded module esp. Setting up networking...done. Setting up IP spoofing protection: rp_filter. Configuring network interfaces...Internet Software Consortium DHCP Client 2.0pl5 Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved. Please contribute if you find this software useful. For info, please visit http://www.isc.org/dhcp-contrib.html LANCE unopened after 100 ticks, csr0=0004. dcsr=a0061020 SIOCSIFFLAGS: Operation not permitted Listening on LPF/eth0/52:54:00:12:34:56 Sending on LPF/eth0/52:54:00:12:34:56 Sending on Socket/fallback/fallback-net DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 send_packet: Network is down receive_packet failed on eth0: Network is down DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 send_packet: Network is down .... -Nigel