]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: include info about supporting vhostuser+passt combination
authorLaine Stump <laine@redhat.com>
Sat, 15 Feb 2025 14:02:09 +0000 (09:02 -0500)
committerLaine Stump <laine@redhat.com>
Mon, 17 Feb 2025 05:02:11 +0000 (00:02 -0500)
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 4fc8a3bba068e061ef0715b2a481d0c86b37c830..7984f358f3d4e184b27eb3dde520a10aae506131 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -54,6 +54,14 @@ v11.1.0 (unreleased)
     The virtio-mem model of ``<memory/>`` device can now be used with s390
     guests.
 
+  * Support using passt as the backend for interface type='vhostuser'
+
+    The combination of vhostuser transport with passt as the backend
+    provides high performance, fully featured networking without the
+    need for libvirt or QEMU to have any elevated privileges or
+    capabilities. Configuration and features are identical to the
+    configuration for type='user' with the passt backend.
+
 * **Improvements**
 
   * qemu: I/O error messages can be queried via ``virDomainGetMessages()``