From: Gleb Natapov <gleb@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/5] Marry slirp and qemu character device.
Date: Thu, 08 Jan 2009 11:55:33 +0200 [thread overview]
Message-ID: <20090108095533.12548.8211.stgit@dhcp-1-237.tlv.redhat.com> (raw)
Windows compilation should be fixed now.
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.
---
Gleb Natapov (5):
Add support for vmchannel socket migration.
Add "restrict" and "ip" option to "user" net option
Add slirp_restrict option.
Add vmchannel command line option.
Redirect slirp traffic to/from qemu character device.
net.c | 14 ++
slirp/bootp.c | 22 ++--
slirp/ip_input.c | 21 ++++
slirp/libslirp.h | 7 +
slirp/main.h | 3 +
slirp/misc.c | 2
slirp/sbuf.c | 2
slirp/slirp.c | 300 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
slirp/socket.c | 101 ++++++++++++++----
slirp/socket.h | 2
slirp/tcp_input.c | 11 ++
slirp/tcp_subr.c | 5 +
slirp/udp.c | 3 +
vl.c | 75 +++++++++++++
14 files changed, 525 insertions(+), 43 deletions(-)
--
Gleb.
next reply other threads:[~2009-01-08 9:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-08 9:55 Gleb Natapov [this message]
2009-01-08 9:55 ` [Qemu-devel] [PATCH v3 1/5] Redirect slirp traffic to/from qemu character device Gleb Natapov
2009-01-08 9:55 ` [Qemu-devel] [PATCH v3 2/5] Add vmchannel command line option Gleb Natapov
2009-01-08 19:21 ` Anthony Liguori
2009-01-08 19:35 ` Daniel P. Berrange
2009-01-08 19:55 ` Anthony Liguori
2009-01-08 9:55 ` [Qemu-devel] [PATCH v3 3/5] Add slirp_restrict option Gleb Natapov
2009-01-08 9:55 ` [Qemu-devel] [PATCH v3 4/5] Add "restrict" and "ip" option to "user" net option Gleb Natapov
2009-01-08 9:55 ` [Qemu-devel] [PATCH v3 5/5] Add support for vmchannel socket migration Gleb Natapov
2009-01-08 19:27 ` [Qemu-devel] [PATCH v3 0/5] Marry slirp and qemu character device Anthony Liguori
2009-01-08 21:14 ` Gleb Natapov
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=20090108095533.12548.8211.stgit@dhcp-1-237.tlv.redhat.com \
--to=gleb@redhat.com \
--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).