From: Arnd Bergmann <arnd@arndb.de>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Dragos Tatulea <dragos.tatulea@gmail.com>,
kvm@vger.kernel.org, qemu-devel@nongnu.org
Subject: Re: TODO item: guest programmable mac/vlan filtering with macvtap
Date: Mon, 18 Oct 2010 12:31:43 +0200 [thread overview]
Message-ID: <201010181231.44209.arnd@arndb.de> (raw)
In-Reply-To: <20101015065610.GA22480@redhat.com>
On Friday 15 October 2010, Michael S. Tsirkin wrote:
> 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
> >
>
> 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?
I also have lost write access to the wiki, no idea what happened there.
I started the page, but it subsequently became protected.
We never added support for the qemu command line directly, the
plan was to do that using helper scripts.
The only way to do it is to redirect both input and output
to the tap device, so you ned to do
-net nic,model=virtio,netdev=foo -netdev tap,id=foo,fd=3 <>3
when starting from bash.
Arnd
next prev parent reply other threads:[~2010-10-18 10:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 21:40 TODO item: guest programmable mac/vlan filtering with macvtap Dragos Tatulea
2010-10-15 6:56 ` Michael S. Tsirkin
2010-10-18 10:31 ` Arnd Bergmann [this message]
2010-10-30 14:50 ` Dragos Tatulea
2010-11-01 10:48 ` Dragos Tatulea
2010-11-01 11:29 ` Michael S. Tsirkin
2010-11-01 17:12 ` Dragos Tatulea
2011-06-24 0:07 ` Roopa Prabhu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201010181231.44209.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=dragos.tatulea@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox