aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-05-23 18:16:42 +0300
committerEric Blake <eblake@redhat.com>2011-05-23 20:53:59 -0600
commitbb1c5423b9c99af67b36b7e07207f61cfb7578ce (patch)
treecd75172fb78f9bf4fc9cb7a3de01131adac691ee /tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml
parentnwfilter: enable filtering of gratuitous ARP packets (diff)
downloadlibvirt-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.xml1
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'/>