Hi all!

I set in XML
    <graphics type='vnc' port='5901'/>

But Libvirt assign first free port from 5900 and take 5900. Anb block access to host console vnc (tightvnc-server-module).

Console access need not frequently. I do
# service libvirt-guests stop;killall Xorg; service libvirt-guests start
But it dirty hack

Im use Fedora 13

# env LANG=en_US virsh version
Compiled against library: libvir 0.8.2
Using library: libvir 0.8.2
Using API: QEMU 0.8.2
Running hypervisor: QEMU 0.12.5

I prefer possiblity to define for libvirt different base port for autoport. 5910 for example.

Somebody know solution?