[PATCH] NEWS: document addition of passt support

Laine Stump laine at redhat.com
Tue Jan 10 06:40:58 UTC 2023


Signed-off-by: Laine Stump <laine at redhat.com>
---
 NEWS.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index fecca64344..768208ed03 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -23,6 +23,16 @@ v9.0.0 (unreleased)
     ``virDomainSnapshotDelete()``. Flags that allow deleting children
     or children only are not supported.
 
+  * QEMU: support passt (https://passt.top)
+
+    passt can be used to connect an emulated network device to the
+    host's network without requiring libvirt to have any sort of
+    elevated privileges. This is configured with::
+
+      <interface type='user'>
+        <backend type='passt'>
+        ...
+
 * **Improvements**
 
   * qemu: Prefer PNG for domain screenshots
-- 
2.38.1



More information about the libvir-list mailing list