From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6eKA-0000dQ-TH for qemu-devel@nongnu.org; Fri, 15 Oct 2010 03:03:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6eK9-0003dG-Ji for qemu-devel@nongnu.org; Fri, 15 Oct 2010 03:03:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6eK9-0003cj-Cu for qemu-devel@nongnu.org; Fri, 15 Oct 2010 03:03:29 -0400 Date: Fri, 15 Oct 2010 08:56:11 +0200 From: "Michael S. Tsirkin" Message-ID: <20101015065610.GA22480@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: TODO item: guest programmable mac/vlan filtering with macvtap List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dragos Tatulea , arnd.bergmann@de.ibm.com Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Thu, Oct 14, 2010 at 11:40:52PM +0200, Dragos Tatulea wrote: > Hi, > > I'm starting a thread related to the TODO item mentioned in the > subject. Currently still gathering info and trying to make kvm & > macvtap play nicely together. I have used this [1] guide to set it up > but qemu is still complaining about the PCI device address of the > virtio-net-pci. Tried with latest qemu. Am I missing something here? > > [1] - http://virt.kernelnewbies.org/MacVTap > > -- Dragos It really should be: -net nic,model=virtio,netdev=foo -netdev tap,id=foo Created account but still could not edit the wiki. Arnd, know why that is? Could you correct qemu command line pls? -- MST