libvirt/tests/qemuhotplugtestdata/qemuhotplug-graphics-spice-listen-network.xml
Pavel Hrdina 919d0b368e Revert "qemu_hotplug: fix checking graphics ports"
This reverts commit 1ccc7fbff3.

We cannot check ports if autoport is set because we set ports to 0 while
parsing device XML.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1336134

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2016-05-18 17:16:56 +02:00

12 lines
621 B
XML

<graphics autoport='yes' connected='disconnect' keymap='en-us' passwd='password2' passwdValidTo='2013-06-20T01:34:37' port='5900' tlsPort='5901' type='spice'>
<listen address='10.65.210.231' network='vdsm-rhevm' type='network'/>
<channel mode='secure' name='main'/>
<channel mode='secure' name='display'/>
<channel mode='secure' name='inputs'/>
<channel mode='secure' name='cursor'/>
<channel mode='secure' name='playback'/>
<channel mode='secure' name='record'/>
<channel mode='secure' name='smartcard'/>
<channel mode='secure' name='usbredir'/>
</graphics>