qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/5] Marry slirp and qemu character device.


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v2 0/5] Marry slirp and qemu character device.
Date: Mon, 05 Jan 2009 09:38:38 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081119)

Gleb Natapov wrote:
Trap TCP connection to special IP/port inside slirp and redirect its
traffic to a qemu character device. Add option to prevent connections
through slirp to outside world. Add migration support for "special"
sockets.  This allow slirp to be used for secure communication between
host and guest management agents.

To catch-up the rest of the list. The overwhelming feeling on netdev was that we should just use TCP to communicate from the guest to the host instead of a special userspace transport. By using slirp to handle TCP within QEMU, we can expose the traffic to elsewhere as just a stream.

Eventually, we'll add stuff to the distros and possibly to virtio-net to make the guest visible network adapter that is connected to "vmchannel" an isolated network from the rest of the guest networking stack, bypassing iptables, etc. This will make it always reliable.

Regards,

Anthony Liguori





reply via email to

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