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: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] configure: add an option to disable vlans
Date: Tue, 8 Jun 2010 15:37:21 +0100
User-agent: KMail/1.13.3 (Linux/2.6.33-2-amd64; KDE/4.4.3; x86_64; ; )

> I see three possible options to handle this.
> 
>    (1) Write a hub (or morph the current vlan code into this).  Then
>        you can do something like:
> 
>              qemu -netdev socket,id=p1 \
>                   -netdev user,id=p2   \
>                   -netdev dump,id=p3 \
>                   -switch peer=p1,peer=p2,monitor=p3,port=p4 \
>                   -device $nic,netdev=p4
> 
>    (2) Implement the same as external daemon which can be combined with
>        -netdev socket.
> 
>    (3) Just point people who need this to the various virtual switch
>        projects (vde, ...) they can use and drop vlan.

(2) is just a special case of (3), where we decide that the existing 
implementations suck and go write our own.

Paul



reply via email to

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