qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Marry slirp and qemu character device.
@ 2008-12-29 14:39 Gleb Natapov
  2008-12-29 14:39 ` [Qemu-devel] [PATCH 1/2] Redirect slirp traffic to/from " Gleb Natapov
  2008-12-29 14:39 ` [Qemu-devel] [PATCH 2/2] Add vmchannel command line option Gleb Natapov
  0 siblings, 2 replies; 3+ messages in thread
From: Gleb Natapov @ 2008-12-29 14:39 UTC (permalink / raw)
  To: qemu-devel

Trap TCP connection to special IP/port inside slirp and redirect its
traffic to a qemu character device. This is needed for communication
between host and guest management agents. I am also planning to add an
option to slirp networking to disable connection to outside world through
it. This way tap will be used for general networking and slirp will be
used for secure guest<->host communication.

---

Gleb Natapov (2):
      Add vmchannel command line option.
      Redirect slirp traffic to/from qemu character device.


 slirp/libslirp.h |    5 ++-
 slirp/main.h     |    1 +
 slirp/misc.c     |    2 +
 slirp/sbuf.c     |    2 +
 slirp/slirp.c    |   57 +++++++++++++++++++++++++++++++
 slirp/socket.c   |   99 +++++++++++++++++++++++++++++++++++++++++++-----------
 slirp/socket.h   |    2 +
 slirp/tcp_subr.c |    5 +++
 vl.c             |   75 ++++++++++++++++++++++++++++++++++++++++-
 9 files changed, 223 insertions(+), 25 deletions(-)

-- 
	Gleb.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-29 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 14:39 [Qemu-devel] [PATCH 0/2] Marry slirp and qemu character device Gleb Natapov
2008-12-29 14:39 ` [Qemu-devel] [PATCH 1/2] Redirect slirp traffic to/from " Gleb Natapov
2008-12-29 14:39 ` [Qemu-devel] [PATCH 2/2] Add vmchannel command line option Gleb Natapov

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).