I'm re-sending this series even after previous ACK, because I've found
out there was missing virPortAllocatorRelease call when disposing of
domain.  There were also many cleanups in the meantime and both John
and Eric found out some nits in the previous series.  I also *somehow*
lost the tests (not even git-reflog found them) and had to re-create
them again.

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                                 |  6 +++
 src/qemu/qemu_capabilities.c                       |  5 ++
 src/qemu/qemu_capabilities.h                       |  1 +
 src/qemu/qemu_command.c                            | 60 +++++++++++++++++++++-
 src/qemu/qemu_command.h                            |  3 ++
 src/qemu/qemu_conf.c                               | 32 ++++++++++++
 src/qemu/qemu_conf.h                               |  6 +++
 src/qemu/qemu_driver.c                             |  5 ++
 src/qemu/qemu_process.c                            | 44 ++++++++++++----
 src/qemu/test_libvirtd_qemu.aug.in                 |  2 +
 tests/qemuargv2xmltest.c                           |  1 +
 .../qemuxml2argv-graphics-vnc-websocket.args       |  4 ++
 .../qemuxml2argv-graphics-vnc-websocket.xml        | 28 ++++++++++
 tests/qemuxml2argvtest.c                           |  1 +
 tests/qemuxml2xmltest.c                            |  1 +
 20 files changed, 216 insertions(+), 12 deletions(-)
 create mode 100644 
tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-websocket.args
 create mode 100644 
tests/qemuxml2argvdata/qemuxml2argv-graphics-vnc-websocket.xml

--
1.8.2.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to