]> xenbits.xensource.com Git - libvirt.git/commit
Increase the number of available VNC ports.
authorChris Lalancette <clalance@redhat.com>
Tue, 23 Mar 2010 13:25:31 +0000 (09:25 -0400)
committerChris Lalancette <clalance@redhat.com>
Tue, 6 Apr 2010 13:40:17 +0000 (09:40 -0400)
commitfbf9fcbff44b3a94fdabc6ec82b8877927af57f1
treee1df0fcc010c6ea595fc5f149fcbd69093ad768d
parentf7d32ce260957e32589c0782cfe4175896ce8dc6
Increase the number of available VNC ports.

When starting up qemu VNC autoport guests, we were
only looking through ports 5900 to 6000, meaning we
were limited to 100 total clients.  Increase that
limit to 65535 (the last available port), so we can
have up to 59635 VNC autoport guests.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/qemu/qemu_driver.c