From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpibY-0001oJ-Cw for qemu-devel@nongnu.org; Sun, 20 May 2007 06:25:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpibV-0001o5-T2 for qemu-devel@nongnu.org; Sun, 20 May 2007 06:25:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpibV-0001o2-Ox for qemu-devel@nongnu.org; Sun, 20 May 2007 06:25:33 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HpibV-0002cl-6f for qemu-devel@nongnu.org; Sun, 20 May 2007 06:25:33 -0400 From: Paul Brook Subject: Re: [Qemu-devel] emulated lance device crashes in debian-sparc32 Date: Sun, 20 May 2007 11:25:25 +0100 References: <20070519071656.74105a87@chirp> <20070520021123.7b01da02@chirp> In-Reply-To: <20070520021123.7b01da02@chirp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200705201125.26929.paul@codesourcery.com> 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 Cc: Blue Swirl , Mark Glines > > 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. If you do this, do it properly and warn if any qemu vlans have a single dev= ice=20 attached. > In my past experience, -net user implies -net nic.=20 You are mistaken. -net user does not imply -net nic. I suspect you're confusing it with the old network options. > Hmm. =A0-net performs 2 separate functions. =A0First, it sets up the > network card in the guest machine (nic, model, and macaddr). Second, it > specifies how that card behaves on the host side of things (vlan, user, > tap, or socket). =2Dnet creates devices and attaches them to the virtual network, whether th= ey be=20 emulated devices on the host, or devices for communication with the "real"= =20 world. Paul