]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Document autoport behavior in the vbox driver
authorDawid Zamirski <dzamirski@datto.com>
Tue, 7 Nov 2017 21:36:48 +0000 (16:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 7 Nov 2017 22:50:15 +0000 (17:50 -0500)
docs/formatdomain.html.in

index 92e14a919abaa0d755ad8bd0ce1902fd089c6c27..d3cabac44fb577c3cfe6e5bc733beda269b631c9 100644 (file)
@@ -6100,7 +6100,10 @@ qemu-kvm -net nic,model=? /dev/null
               TCP port number (with -1 as legacy syntax indicating that it should
               be auto-allocated). The <code>autoport</code> attribute is the new
               preferred syntax for indicating auto-allocation of the TCP port to
-              use. The <code>multiUser</code> attribute is a boolean deciding
+              use. In the VirtualBox driver, the <code>autoport</code> will make
+              the hypervisor pick available port from 3389-3689 range when the VM
+              is started. The chosen port will be reflected in the <code>port</code>
+              attribute. The <code>multiUser</code> attribute is a boolean deciding
               whether multiple simultaneous connections to the VM are permitted.
               The <code>replaceUser</code> attribute is a boolean deciding whether
               the existing connection must be dropped and a new connection must