From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpfYl-0002wi-No for qemu-devel@nongnu.org; Sun, 20 May 2007 03:10:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpfYj-0002wW-Cm for qemu-devel@nongnu.org; Sun, 20 May 2007 03:10:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpfYj-0002wT-6e for qemu-devel@nongnu.org; Sun, 20 May 2007 03:10:29 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpfYh-0005WO-Nv for qemu-devel@nongnu.org; Sun, 20 May 2007 03:10:28 -0400 Received: by ug-out-1314.google.com with SMTP id j40so666764ugd for ; Sun, 20 May 2007 00:10:21 -0700 (PDT) Message-ID: Date: Sun, 20 May 2007 10:10:20 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] emulated lance device crashes in debian-sparc32 In-Reply-To: <20070519150803.40ef21f2@chirp> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070519071656.74105a87@chirp> <20070519150803.40ef21f2@chirp> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Glines Cc: qemu-devel@nongnu.org > I've verified your patch fixes the crash for me. But I'm curious, have > I been running qemu in a nonstandard fashion, then? (Should I be > specifying more than just "-net user", normally?) > > If so, I can make up a patch to amend the documentation. I think Qemu should reject -net user only. Currently that seems to mean that there is no nic, but still the vlan is connected to slirp stack. That does not make any sense. I usually run Qemu either without -net arguments or using the nice qemu-launcher, which automatically adds -net nic,vlan=0 -net user,vlan=0.