[libvirt] [PATCH 1/5] api: Add API to tunnel a guest channel via stream

Daniel P. Berrange berrange at redhat.com
Mon Dec 17 21:53:47 UTC 2012


On Thu, Dec 13, 2012 at 11:24:16AM -0500, John Eckersberg wrote:
> 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 | 16 ++++++++++++
>  src/driver.h                 |  7 +++++
>  src/libvirt.c                | 61 ++++++++++++++++++++++++++++++++++++++++++++
>  src/libvirt_public.syms      |  5 ++++
>  src/remote/remote_driver.c   |  1 +
>  src/remote/remote_protocol.x |  9 ++++++-
>  src/remote_protocol-structs  |  6 +++++
>  7 files changed, 104 insertions(+), 1 deletion(-)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list