]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spice: support streaming-video parameter
authorAlon Levy <alevy@redhat.com>
Mon, 23 May 2011 15:16:42 +0000 (18:16 +0300)
committerEric Blake <eblake@redhat.com>
Tue, 24 May 2011 02:53:59 +0000 (20:53 -0600)
commitbb1c5423b9c99af67b36b7e07207f61cfb7578ce
treecd75172fb78f9bf4fc9cb7a3de01131adac691ee
parentfcb0e8c2275f108b595f37defbe3c6de5bfc849e
spice: support streaming-video parameter

This adds a streaming-video=filter|all|off attribute. It is used to change
the behavior of video stream detection in spice, the default is filter (the
default for libvirt is not to specify it - the actual default is defined in
libspice-server.so).

Usage:

    <graphics type='spice' autoport='yes'>
      <streaming mode='off'/>
    </graphics>

Tested with the above and with tests/qemuxml2argvtest.

Signed-off-by: Alon Levy <alevy@redhat.com>
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_command.c
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml