[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans
From: |
Chris Webb |
Subject: |
Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans |
Date: |
Thu, 10 Jun 2010 08:20:56 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Markus Armbruster <address@hidden> writes:
> "Michael S. Tsirkin" <address@hidden> writes:
>
> > Everyone ok with disabling vlans with no config option?
>
> Wrong question. You got to ask "anyone *not* ok with disabling vlans
> with no config option?"
We do use socket devices in the form
-net nic,model=e1000,vlan=X,mac=MMM -net socket,vlan=X,mcast=Y:Z
but presumably this can just be rewritten as
-netdev socket,id=netX,mcast=Y:Z -device e1000,netdev=netX,mac=MMM
It's only the case of a nic connected to multiple backends by a VLAN that's
being deprecated here, not any of the previously supported backends?
Cheers,
Chris.
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, (continued)
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Michael S. Tsirkin, 2010/06/08
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Anthony Liguori, 2010/06/08
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Michael S. Tsirkin, 2010/06/08
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Gerd Hoffmann, 2010/06/08
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Paul Brook, 2010/06/08
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Anthony Liguori, 2010/06/08
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Michael S. Tsirkin, 2010/06/07
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Markus Armbruster, 2010/06/09
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans,
Chris Webb <=
- Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Michael S. Tsirkin, 2010/06/10
Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans, Michael S. Tsirkin, 2010/06/08