]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Support SPICE channel security options
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 9 Apr 2010 16:56:00 +0000 (17:56 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 9 Nov 2010 11:47:26 +0000 (11:47 +0000)
commitb0ef5c53675eeab65b9962c3b7f17d332148d173
tree6269fb53992ae8a0c9f2ad31cd754025056283c7
parent6794a44b85e1f356de2335449afbd8ed275b396c
Support SPICE channel security options

This extends the SPICE XML to allow channel security options

    <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'>
      <channel name='main' mode='secure'/>
      <channel name='record' mode='insecure'/>
    </graphics>

Any non-specified channel uses the default, which allows both
secure & insecure usage

* src/conf/domain_conf.c, src/conf/domain_conf.h,
  src/libvirt_private.syms: Add XML syntax for specifying per
  channel security options for spice.
* src/qemu/qemu_conf.c: Configure channel security with spice
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_conf.c
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml