mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
b0b4a35c53
This way we can safely differentiate what XMLs contain whole domain definitions and which contain just devices. Thanks to that we can test the domain XMLs in virschematest again. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
12 lines
476 B
XML
12 lines
476 B
XML
<graphics type='spice' port='5903' tlsPort='5904' autoport='no' listen='192.168.0.1' defaultMode='secure'>
|
|
<listen type='address' address='192.168.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>
|