Hide Forgot
Description of problem: see $summary Version-Release number of selected component (if applicable): libvirt-0.9.10-3.el6.x86_64 qemu-kvm-0.12.1.2-2.234.el6.x86_64 How reproducible: <graphics type='spice' autoport='yes' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> </graphics> qemu is started with ... -spice port=5900,tls-port=4294967295,addr=127.0.0.1,disable-ticketing ... and complains ... qemu-system-x86_64: spice tls-port is out of range ... which is obviously true.
qemu doesn't start, which makes this a regression.
Tried to workaround this by disabling autoport. xml looks like this now: <graphics type='spice' port='5900' autoport='no' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> </graphics> Now libvirt complains: [root@rincewind ~]# virsh start fedora-org-ahci error: Failed to start domain fedora-org-ahci error: unsupported configuration: spice TLS port set in XML configuration, but TLS is disabled in qemu.conf
*** This bug has been marked as a duplicate of bug 798220 ***