]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Announce virtio sound model support
authorRayhan Faizel <rayhan.faizel@gmail.com>
Fri, 10 May 2024 11:16:22 +0000 (16:46 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 13 May 2024 12:31:07 +0000 (14:31 +0200)
Signed-off-by: Rayhan Faizel <rayhan.faizel@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index ef0e4f8b51cc53a1afe18bbfc9d7c95b5b8d7560..bca18e8c43dfcb0f33cea061908c038ad155f5fe 100644 (file)
--- 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
+    ``<sound model='virtio'/>``. This model is available from QEMU 8.2.0
+    onwards.
+
 * **Improvements**
 
 * **Bug fixes**