diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in index 1777abe2e6c5f5275d9c1d7185fe5e8332455f5e..63260afae73f1a8c0c7894251ee669037bae953f 100644 --- a/docs/drvbhyve.html.in +++ b/docs/drvbhyve.html.in @@ -381,6 +381,14 @@ will be used. Please refer to the manual page and the bhyve wiki for more details on using the vgaconf option.

+

Since 3.7.0, it's possible to use autoport +to let libvirt allocate VNC port automatically (instead of explicitly specifying +it with the port attribute):

+ +
+    <graphics type='vnc' autoport='yes'>
+
+

Clock configuration

Originally bhyve supported only localtime for RTC. Support for UTC time was introduced in diff --git a/docs/news.xml b/docs/news.xml index 380f25a77002cd123fdafc2fe6f9c4f0665465f4..26bd9bd6f651389576f1b4fd1f5e9e5ebcc87d6b 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,16 @@

+ + + bhyve: Support autoport for VNC ports + + + 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. + +