From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBZx2-0008Hj-RP for qemu-devel@nongnu.org; Fri, 20 Nov 2009 15:19:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBZwy-0008Fj-UL for qemu-devel@nongnu.org; Fri, 20 Nov 2009 15:19:28 -0500 Received: from [199.232.76.173] (port=52277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBZwy-0008FR-Ni for qemu-devel@nongnu.org; Fri, 20 Nov 2009 15:19:24 -0500 Received: from smtp-outbound-2.vmware.com ([65.115.85.73]:34956) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBZwy-00013e-EI for qemu-devel@nongnu.org; Fri, 20 Nov 2009 15:19:24 -0500 Message-ID: <4B06F9C1.4020409@vmware.com> Date: Fri, 20 Nov 2009 15:19:13 -0500 From: Christoffer Dall MIME-Version: 1.0 Subject: Re: [Qemu-devel] Networking hangs References: <4B05CB22.7000200@vmware.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Tsai Cc: "qemu-devel@nongnu.org" Thanks for responding. I have made a tar file available with the scripts and images and qemu binary to run my setup: http://www.chazy.dk/downloads/qemu-network-test.tar.gz To produce the error I simply do: # scp root@192.168.7.2:/root/. The file is approx. 32M large and the network usually crashes around 17-21 mb of transfer. The kernel is a stock 2.6.29 with the simple patch to allow versatile arm1136 configuration - the patch is included in the tar for reference. Scott Tsai wrote: > On Fri, Nov 20, 2009 at 6:48 AM, Christoffer Dall wrote: >> 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 cannot reproduce this with v0.11.0 emulating an ARM versatilepb > machine running the dropbear SSH server. > > If you would upload your kernel, rootfs and a script to invoke qemu > somewhere I could try and take a look.