From: Rayhan Faizel Date: Fri, 10 May 2024 11:16:22 +0000 (+0530) Subject: NEWS: Announce virtio sound model support X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2566522a55977e03c4df124b16aeaf38ad801bb1;p=libvirt.git NEWS: Announce virtio sound model support Signed-off-by: Rayhan Faizel Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index ef0e4f8b51..bca18e8c43 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -27,6 +27,12 @@ v10.4.0 (unreleased) Libvirt now installs a binary helper that allows connecting to QEMU domains via SSH using the following scheme: ``ssh user@qemu/virtualMachine``. + * qemu: Support for ``virtio`` sound model + + Sound devices can now be configured to use the virtio model with + ````. This model is available from QEMU 8.2.0 + onwards. + * **Improvements** * **Bug fixes**