qemu-devel
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]