[libvirt] [PATCH 0/3] vbox: Update VRDE server port handling.

Dawid Zamirski posted 3 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20171010215202.11415-1-dzrudy@gmail.com
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(-)
[libvirt] [PATCH 0/3] vbox: Update VRDE server port handling.
Posted by Dawid Zamirski 6 years, 6 months ago
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

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