Hello,
The following patches improve how VRDE is handled by libvirt vbox
driver:
* When autoport=yes, it will now set the VRDE server to a port range
3389-3689, thus when muliple VMs are started with autoport=yes, they
will use non-conflicting ports from this port range - previously all
VMs would try to use the default 3389
* When dumping display configuration to XML, first try to read the VRDE
port using VRDEServerInfo which provides the "effective" port that
the VM is using. Otherwise, fall back to read it from VRDEServer
property.
* Fix the documentation on RDP wher the descriptions of multiUser and
replaceUser were swapped.
Dawid Zamirski (3):
vbox: Make autoport set RDP port range.
vbox: Read runtime RDP port and handle autoport.
docs: Fix multiUser/replaceUser in RDP display doc.
docs/formatdomain.html.in | 4 +-
src/vbox/vbox_common.c | 3 +-
src/vbox/vbox_tmpl.c | 151 ++++++++++++++++++++++++++++++------------
src/vbox/vbox_uniformed_api.h | 2 +-
4 files changed, 112 insertions(+), 48 deletions(-)
--
2.14.2