Hi, > > Can someone add spice automatic port selection on qemu similar to vnc ones > > please?
Not so easy as this is handled by spice-server not qemu, so this requires some new interfaces to communicate the listening address to qemu. Otherwise you can't see the port selected in 'info spice', which would make the whole thing pretty pointless. Also note that the automatic port selection code in qemu is rarely used in practice due to libvirt doing the port selection in typical setups. And it is a bit flaky. I've seen it happily grab port 5900 in ipv6 space even though it was in use in ipv4 space. Which is probably not the behavior expected by most users ... cheers, Gerd