From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNfeN-0000ES-H7 for qemu-devel@nongnu.org; Mon, 15 Oct 2012 04:03:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNfeH-0004Tw-8g for qemu-devel@nongnu.org; Mon, 15 Oct 2012 04:03:47 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:33176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNfeH-0004Tp-1l for qemu-devel@nongnu.org; Mon, 15 Oct 2012 04:03:41 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so4633167pbb.4 for ; Mon, 15 Oct 2012 01:03:39 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <507BC355.2010006@redhat.com> Date: Mon, 15 Oct 2012 10:03:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Any alternative to kqemu ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timothy Madden Cc: qemu-devel@nongnu.org Il 14/10/2012 12:52, Timothy Madden ha scritto: > Hello > > Is kqemu deprecated ? It is simply not supported anymore. > Is there an alternative to it ? No. > `qemu-system-i386 -net nic ...` keeps saying upon invocation that vlan0 > is not connected to host network. My `vconfig add eth1` command > completed successfully, and I can `ifconfig eth1.0`, although I see no > IP address on the new interface, only the mac address. QEMU VLANs have nothing to do with Linux VLANs. Yes, that is confusing. :( If you install libvirt, you can use -net nic -net bridge,br=virbr0. Otherwise, you could configure a bridge yourself and just use "-net nic -net bridge". Paolo > I have qemu 1.2.0 compiled on Slackware 14.0. > > Thank you, > Timothy Madden > > >