Re: [PATCH 06/10] Support automatic port number allocation for SPICE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/01/2010 12:17 PM, Daniel P. Berrange wrote:
> * src/qemu/qemu_driver.c: Allocate the TCP ports for SPICE
>   before starting guest
> ---
>  src/qemu/qemu_driver.c |   38 ++++++++++++++++++++++++++------------
>  1 files changed, 26 insertions(+), 12 deletions(-)
> 

> +        } else if (vm->def->graphics[0]->type == VIR_DOMAIN_GRAPHICS_TYPE_SPICE &&
> +                   vm->def->graphics[0]->data.spice.autoport) {
> +            int port = qemudNextFreePort(driver, 5900);
> +            int tlsPort = port == -1 ? -1 : qemudNextFreePort(driver, port + 1);
> +            if (port < 0 || tlsPort < 0) {

This could be simplified to 'if (tlsPort < 0)', but no big deal.

ACK.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]