mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
0fc12bca08
As my punishment for the break in7f15ebc7
(fixed in752596b5dd
) I'm introducing this test to make sure it won't happen again. Currently, only test for <graphics/> is supported.
12 lines
472 B
XML
12 lines
472 B
XML
<graphics type='spice' port='5903' tlsPort='5904' autoport='no' listen='127.0.0.1' defaultMode='secure'>
|
|
<listen type='address' address='127.0.0.1'/>
|
|
<channel name='main' mode='secure'/>
|
|
<channel name='inputs' mode='insecure'/>
|
|
<image compression='auto_glz'/>
|
|
<jpeg compression='auto'/>
|
|
<zlib compression='auto'/>
|
|
<playback compression='on'/>
|
|
<streaming mode='filter'/>
|
|
<clipboard copypaste='no'/>
|
|
</graphics>
|