]> git.ipfire.org Git - thirdparty/libvirt.git/commit
api: Add API to tunnel a guest channel via stream
authorJohn Eckersberg <jeckersb@redhat.com>
Thu, 13 Dec 2012 16:24:16 +0000 (11:24 -0500)
committerEric Blake <eblake@redhat.com>
Sat, 5 Jan 2013 00:10:55 +0000 (17:10 -0700)
commitd52add46edd44613e6fefcf79cbe3f80b849935b
treeccc2f998e21525799d25c9d2e012f5a2990630ab
parent54df702ed01b3895bbbac482fd2dc2bfeb63bcb9
api: Add API to tunnel a guest channel via stream

This patch adds a new API, virDomainOpenChannel, that uses streams to
connect to a virtio channel on a guest.  This creates a secure
communication channel between a guest and a libvirt client.

This behaves the same as virDomainOpenConsole, except on channels
instead of console/serial/parallel devices.
include/libvirt/libvirt.h.in
src/driver.h
src/libvirt.c
src/libvirt_public.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs