From: Laine Stump Date: Sat, 15 Feb 2025 14:02:09 +0000 (-0500) Subject: news: include info about supporting vhostuser+passt combination X-Git-Tag: v11.1.0-rc1~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=526f794b5462e255f69557cce66f229ef3a263a9;p=thirdparty%2Flibvirt.git news: include info about supporting vhostuser+passt combination Signed-off-by: Laine Stump Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 4fc8a3bba0..7984f358f3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -54,6 +54,14 @@ v11.1.0 (unreleased) The virtio-mem model of ```` 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()``