From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxQGn-0008Rg-0Z for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:28:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxQGl-0008RU-HV for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:27:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxQGl-0008RR-DF for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:27:59 -0400 Received: from smtp-1.orange.nl ([193.252.22.241]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxQGl-0000mz-5o for qemu-devel@nongnu.org; Sun, 10 Jun 2007 12:27:59 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6007.orange.nl (SMTP Server) with ESMTP id 86448700008C for ; Sun, 10 Jun 2007 18:27:56 +0200 (CEST) Received: from [10.0.1.32] (adsl-dc-4dd05.adsl.wanadoo.nl [83.117.251.5]) by mwinf6007.orange.nl (SMTP Server) with ESMTP id 6BD8B7000089 for ; Sun, 10 Jun 2007 18:27:56 +0200 (CEST) Message-ID: <466C268C.3030808@wanadoo.nl> Date: Sun, 10 Jun 2007 18:27:56 +0200 From: Rolf Fokkens MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] ne2000 emulation causes kernel warning/stack-dump in virtual Linux host 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 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.