mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
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: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ed210660d6
commit
404d3632b9
@ -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>
|
||||||
|
<graphics type='vnc' autoport='yes'>
|
||||||
|
</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 @@
|
|||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user