diff options
author | 2011-05-23 18:16:42 +0300 | |
---|---|---|
committer | 2011-05-23 20:53:59 -0600 | |
commit | bb1c5423b9c99af67b36b7e07207f61cfb7578ce (patch) | |
tree | cd75172fb78f9bf4fc9cb7a3de01131adac691ee /tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml | |
parent | nwfilter: enable filtering of gratuitous ARP packets (diff) | |
download | libvirt-bb1c5423b9c99af67b36b7e07207f61cfb7578ce.tar.gz libvirt-bb1c5423b9c99af67b36b7e07207f61cfb7578ce.tar.bz2 libvirt-bb1c5423b9c99af67b36b7e07207f61cfb7578ce.zip |
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>
Diffstat (limited to 'tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml')
-rw-r--r-- | tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml b/tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml index a29f50d1c..0d3dd4876 100644 --- a/tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml +++ b/tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml @@ -28,6 +28,7 @@ <jpeg compression='auto'/> <zlib compression='auto'/> <playback compression='on'/> + <streaming mode='filter'/> </graphics> <video> <model type='qxl' vram='18432' heads='1'/> |