From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxQNw-0002MV-Qn for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:35:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxQNu-0002Jv-Sg for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:35:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxQNu-0002Jm-P3 for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:35:22 -0400 Received: from smtp-4.orange.nl ([193.252.22.249]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxQNu-0001vj-H8 for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:35:22 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6309.orange.nl (SMTP Server) with ESMTP id 5221C1C00083 for ; Sun, 10 Jun 2007 18:35:21 +0200 (CEST) Received: from [10.0.1.32] (adsl-dc-4dd05.adsl.wanadoo.nl [83.117.251.5]) by mwinf6309.orange.nl (SMTP Server) with ESMTP id 37C0F1C00081 for ; Sun, 10 Jun 2007 18:35:21 +0200 (CEST) Message-ID: <466C2848.3090806@wanadoo.nl> Date: Sun, 10 Jun 2007 18:35:20 +0200 From: Rolf Fokkens MIME-Version: 1.0 Subject: Re: [Qemu-devel] network usage causes kernel warning/stack-dump in virtual Linux host References: <466C268C.3030808@wanadoo.nl> In-Reply-To: <466C268C.3030808@wanadoo.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Sorry - immidiately after being absolutely sure about this, the same problem also occured with rtl8139 emulation. Well, it's an issue anyhow. Rolf Rolf Fokkens wrote: > On both qemu (no-kqemu) and qemu-kvm (no-kvm or with kvm) release > 0.9.0 the following happens when using ne2000 (default) emulation: > > UG: waring at kernel/softirq.c:138/local_bh_enable() (Not tainted) > [] local_bh_enable+ /0x92 > [..........] cond_resched_sof +0x2c/0x42 > [..........] release_sock+0x4f/0 9d > [..........] inet_stream_connect+0x116/0x1ff > [..........] autoremove_wake_function+0x0/0x35 > [..........] sys_connect+0x82/0xad > [..........] d_instantiate+0x5c/ x60 > [..........] sock_attach_fd+0x70/0xcf > [..........] selinux_file_alloc_security+0x1f/0x40 > [..........] get_empty_filp+0x99/0x151 > [..........] __sock_create+0x16e/0x1a8 > [..........] fd_install+0x1e/0x47 > [..........] sock_map_fd+0x41/0x47 > [..........] sys_socketcall+0xac/0x261 > [..........] syscall_call+0x7/0xb > > The virtual host runs fedora 7, kernel-2.6.21-1.3194.fc7. When using > windows-XP as a virtual host a network hang also occurs, but I have no > details about it. > > The mentioned problems (for both Linux and Windows XP) do not occur > when using rtl8139 emulation. > > > > > >