From 2566522a55977e03c4df124b16aeaf38ad801bb1 Mon Sep 17 00:00:00 2001 From: Rayhan Faizel Date: Fri, 10 May 2024 16:46:22 +0530 Subject: [PATCH] NEWS: Announce virtio sound model support Signed-off-by: Rayhan Faizel Reviewed-by: Michal Privoznik --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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**