提交 404d3632 编写于 作者: R Roman Bogorodskiy

docs: bhyve: document autoport support

 - Update the driver page with the information about using
   autport for VNC ports
 - Add a news entry
Signed-off-by: NRoman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
上级 ed210660
...@@ -381,6 +381,14 @@ will be used. Please refer to the ...@@ -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 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> 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> <h3><a id="clockconfig">Clock configuration</a></h3>
<p>Originally bhyve supported only localtime for RTC. Support for UTC time was introduced in <p>Originally bhyve supported only localtime for RTC. Support for UTC time was introduced in
......
...@@ -35,6 +35,16 @@ ...@@ -35,6 +35,16 @@
<libvirt> <libvirt>
<release version="v3.7.0" date="unreleased"> <release version="v3.7.0" date="unreleased">
<section title="New features"> <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>
<section title="Improvements"> <section title="Improvements">
</section> </section>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册