[libvirt] [PATCH v2 0/2] Support for VNC WebSocket

Martin Kletzander mkletzan at redhat.com
Tue Apr 30 14:42:15 UTC 2013


This series, which is meant to be applied _after_ 1.0.5 release, is
adding support for the VNC WebSocket to be configured for QEMU.


Documentation from qemu_options.hx:

qemu -vnc ...,websocket[=<port>]
Opens an additional TCP listening port dedicated to VNC Websocket connections.
By definition the Websocket port is 5700+ at var{display}. If @var{host} is
specified connections will only be allowed from this host.
As an alternative the Websocket port could be specified by using
@code{websocket}=@var{port}.


v2:
 - Incorporated recommendations from RFC [1]

[1] http://www.redhat.com/archives/libvir-list/2013-April/msg02056.html


Martin Kletzander (2):
  Add VNC WebSocket support
  qemu: Add VNC WebSocket support

 docs/formatdomain.html.in          |  5 ++++
 docs/schemas/domaincommon.rng      |  5 ++++
 src/conf/domain_conf.c             | 16 ++++++++++
 src/conf/domain_conf.h             |  1 +
 src/qemu/libvirtd_qemu.aug         |  2 ++
 src/qemu/qemu.conf                 |  7 +++++
 src/qemu/qemu_capabilities.c       | 11 +++++--
 src/qemu/qemu_capabilities.h       |  1 +
 src/qemu/qemu_command.c            | 60 ++++++++++++++++++++++++++++++++++++--
 src/qemu/qemu_command.h            |  5 +++-
 src/qemu/qemu_conf.c               | 32 ++++++++++++++++++++
 src/qemu/qemu_conf.h               |  6 ++++
 src/qemu/qemu_driver.c             |  5 ++++
 src/qemu/qemu_process.c            | 31 ++++++++++++++++----
 src/qemu/test_libvirtd_qemu.aug.in |  2 ++
 tests/qemuargv2xmltest.c           |  1 +
 tests/qemuxml2argvtest.c           |  1 +
 tests/qemuxml2xmltest.c            |  1 +
 18 files changed, 180 insertions(+), 12 deletions(-)

--
1.8.2.1




More information about the libvir-list mailing list