From b727856185464e328caeed77ab98d7942a6c0ade Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy <bogorodskiy@gmail.com> Date: Thu, 27 Aug 2020 18:07:48 +0400 Subject: [PATCH] news: mention bhyve sound support Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com> --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index f2f395b74e..748ee3b1df 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -37,6 +37,12 @@ v6.7.0 (unreleased) ``role=master``, the guest will copy the shared memory on migration to the destination host. With ``role=peer``, the migration is disabled. + * 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** * Allow sparse streams for block devices