[PATCH] news: mention bhyve sound support

Roman Bogorodskiy posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200827140817.46176-1-bogorodskiy@gmail.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] news: mention bhyve sound support
Posted by Roman Bogorodskiy 3 years, 7 months ago
Signed-off-by: Roman Bogorodskiy <bogorodskiy@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**
 
-- 
2.27.0

Re: [PATCH] news: mention bhyve sound support
Posted by Michal Privoznik 3 years, 7 months ago
On 8/27/20 4:08 PM, Roman Bogorodskiy wrote:
> Signed-off-by: Roman Bogorodskiy <bogorodskiy@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@redhat.com>

and safe for freeze.

Michal