]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: bhyve: document autoport support
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 30 Jul 2017 10:01:03 +0000 (14:01 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 6 Aug 2017 07:18:39 +0000 (11:18 +0400)
 - Update the driver page with the information about using
   autport for VNC ports
 - Add a news entry

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/drvbhyve.html.in
docs/news.xml

index 1777abe2e6c5f5275d9c1d7185fe5e8332455f5e..63260afae73f1a8c0c7894251ee669037bae953f 100644 (file)
@@ -381,6 +381,14 @@ will be used. Please refer to the
 manual page and the <a href="https://wiki.freebsd.org/bhyve">bhyve wiki</a> for more details on using
 the <code>vgaconf</code> option.</p>
 
+<p><span class="since">Since 3.7.0</span>, it's possible to use <code>autoport</code>
+to let libvirt allocate VNC port automatically (instead of explicitly specifying
+it with the <code>port</code> attribute):</p>
+
+<pre>
+    &lt;graphics type='vnc' autoport='yes'&gt;
+</pre>
+
 <h3><a id="clockconfig">Clock configuration</a></h3>
 
 <p>Originally bhyve supported only localtime for RTC. Support for UTC time was introduced in
index 380f25a77002cd123fdafc2fe6f9c4f0665465f4..26bd9bd6f651389576f1b4fd1f5e9e5ebcc87d6b 100644 (file)
 <libvirt>
   <release version="v3.7.0" date="unreleased">
     <section title="New features">
+      <change>
+        <summary>
+          bhyve: Support autoport for VNC ports
+        </summary>
+        <description>
+          It's no longer necessary to explicitly specify VNC port for the bhyve
+          guests. With the autoport feature it will be allocated automatically.
+          Please refer to the bhyve driver documentation for examples.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>