380815f vbox: Make autoport set RDP port range.

1 file Authored by Dawid Zamirski 6 years ago, Committed by John Ferlan 6 years ago,
    vbox: Make autoport set RDP port range.
    
    Originally autoport in vbox driver was setting the port to default value
    (3389) which caused multiple VM instances use the same port. Since
    libvirt XML does not allow to set port ranges, this patch changes the
    "autoport" behavior to set VBox's "TCP/Ports" property to an arbitrary
    port range (3389-3689) to avoid that issue.
    
        
file modified
+12 -3