From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/5] Marry slirp and qemu character device.
Date: Mon, 05 Jan 2009 09:38:38 -0600 [thread overview]
Message-ID: <4962297E.4050702@codemonkey.ws> (raw)
In-Reply-To: <20090105151459.3819.79836.stgit@dhcp-1-237.tlv.redhat.com>
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
prev parent reply other threads:[~2009-01-05 15:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-05 15:14 [Qemu-devel] [PATCH v2 0/5] Marry slirp and qemu character device Gleb Natapov
2009-01-05 15:15 ` [Qemu-devel] [PATCH v2 1/5] Redirect slirp traffic to/from " Gleb Natapov
2009-01-07 16:52 ` Anthony Liguori
2009-01-05 15:15 ` [Qemu-devel] [PATCH v2 2/5] Add vmchannel command line option Gleb Natapov
2009-01-05 15:15 ` [Qemu-devel] [PATCH v2 3/5] Add slirp_restrict option Gleb Natapov
2009-01-05 15:15 ` [Qemu-devel] [PATCH v2 4/5] Add "restrict" and "ip" option to "user" net option Gleb Natapov
2009-01-05 15:15 ` [Qemu-devel] [PATCH v2 5/5] Add support for vmchannel socket migration Gleb Natapov
2009-01-05 15:35 ` [Qemu-devel] [PATCH v2 0/5] Marry slirp and qemu character device Anthony Liguori
2009-01-05 16:21 ` Gleb Natapov
2009-01-05 15:38 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4962297E.4050702@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).