On 8/27/20 4:08 PM, Roman Bogorodskiy wrote:
Signed-off-by: Roman Bogorodskiy <bogorodskiy(a)gmail.com>
---
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 2d30d5a5e8..9ded7731f8 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -25,6 +25,11 @@ v6.7.0 (unreleased)
the ``device_model_args`` setting in xl.cfg(5). The libvirt xen driver now
supports this using ``<xen:commandline/>`` XML extensions.
+ * bhyve: Sound device support
+
+ This feature allows to configure guest sound device using
+ the ``<sound>`` element, and map it to the host sound device using
+ the ``<audio>`` element.
* **Improvements**
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
and safe for freeze.
Michal