On Tue, Oct 04, 2005 at 09:47:56AM +0200, Christian MICHON wrote:
> do you happen to have vde for win32 ?
> If yes, please point it to me, because I've googled for one with no
> luck... :)
> 

Porting VDE to windows is fairly easy.

The hard part is getting qemu to work with it. Unlike POSIX OSes, Windows
doesn't provide unix sockets (so no c:\tmp\vde.ctl). I am not sure if the
-tun-fd option even works on Windows hosts.

So to make it work, we'd either have to add new code to qemu to connect to
VDE on windows or port qemu to cygwin (for real).

> On 10/3/05, Henrik Nordstrom <[EMAIL PROTECTED]> wrote:
> > On Mon, 3 Oct 2005, Christian MICHON wrote:
> >
> > > I think you meant "guests" instead of "hosts".
> > > I second that. I would still like to use qemu to
> > > perform network simulations myself...
> >
> > This is done very nicely by VDE.
> >
> > Regards
> > Henrik
> >
> 
> 
> --
> Christian
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to