From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBFnX-0001uk-BB for qemu-devel@nongnu.org; Thu, 19 Nov 2009 17:48:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBFnS-0001qQ-DM for qemu-devel@nongnu.org; Thu, 19 Nov 2009 17:48:18 -0500 Received: from [199.232.76.173] (port=50889 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBFnS-0001qA-7L for qemu-devel@nongnu.org; Thu, 19 Nov 2009 17:48:14 -0500 Received: from smtp-outbound-1.vmware.com ([65.115.85.69]:33190) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBFnR-0003kK-0F for qemu-devel@nongnu.org; Thu, 19 Nov 2009 17:48:13 -0500 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 6201913899 for ; Thu, 19 Nov 2009 14:48:11 -0800 (PST) Received: from [10.114.40.21] (unknown [10.114.40.21]) by mailhost4.vmware.com (Postfix) with ESMTP id 21F51C9A27 for ; Thu, 19 Nov 2009 14:48:11 -0800 (PST) Message-ID: <4B05CB22.7000200@vmware.com> Date: Thu, 19 Nov 2009 17:48:02 -0500 From: Christoffer Dall MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Networking hangs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi. I am experiencing problems with bridged networking to ARM guests. I have experimented with various kernel versions, distributions and host machines and I experience the problem in all cases. When I copy files into the guest using SCP, after an undeterministic number of megabytes have been copied, the network crashes. At this point not even pings to localhost works inside the guest. I am using v0.11.0, emulating a versatilepb board with an arm1136-r2 cpu and using the following parameter for networking when running the system emulator: -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=$(QEMUIFUP),downscript=$(QEMUIFDOWN) QEMUIFUP: ifconfig tap0 192.168.7.1 QEMUIFDOWN: ifconfig tap0 down Any help is greatly appreciated. Best, Christoffer Dall