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**