From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKkGO-0002A7-0p for qemu-devel@nongnu.org; Tue, 15 Dec 2009 22:09:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKkGJ-00027m-2v for qemu-devel@nongnu.org; Tue, 15 Dec 2009 22:09:19 -0500 Received: from [199.232.76.173] (port=50209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKkGJ-00027j-0Q for qemu-devel@nongnu.org; Tue, 15 Dec 2009 22:09:15 -0500 Received: from mail-px0-f189.google.com ([209.85.216.189]:49186) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKkGI-0004tg-P0 for qemu-devel@nongnu.org; Tue, 15 Dec 2009 22:09:15 -0500 Received: by pxi27 with SMTP id 27so358574pxi.4 for ; Tue, 15 Dec 2009 19:09:13 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4B185DF6.8040602@vmware.com> References: <4B05CB22.7000200@vmware.com> <20091120232955.GH27493@hall.aurel32.net> <4B185DF6.8040602@vmware.com> Date: Wed, 16 Dec 2009 11:09:13 +0800 Message-ID: Subject: Re: [Qemu-devel] Networking hangs From: Scott Tsai Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoffer Dall Cc: "qemu-devel@nongnu.org" , Aurelien Jarno On Fri, Dec 4, 2009 at 8:55 AM, Christoffer Dall wrote: > I tried to verify if the bug existed with Realview, but I just can't get the > guest to mount an sd-card, which I created with qemu-img and copied a roots > onto there and the guest kernel cannot be configured with PCI/SCSI support > for the ext2 image. > > Do you have any ideas on how to proceed with either the realview stuff to > see if that's the problem or with the networking issue? I did a quick linux kernel hack to support the versatile_pci compatible PCI controller for realview-eb boards. Using the new stable-0.12 branch of qemu and the new 'realview-eb' machine type, scp'ing large files into qemu no longer hangs the network on ARMv6 CPUs. kernel patch (trivial but ugly): http://gitorious.org/scottt/linux-arm/commits/realview-eb-qemu realview-eb-qemu branch kernel config: http://scottt.tw/bug/qemu-network-hang/realview-eb-qemu_defconfig prebuilt kernel zImage: http://scottt.tw/bug/qemu-network-hang/zImage-2.6.32-realview-eb-qemu-v6 script to launch qemu: http://scottt.tw/bug/qemu-network-hang/launch-qemu I used the same rootfs.ext2 image that you uploaded. Sorry for the late reply, other priorities intruded.