]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: document addition of passt support
authorLaine Stump <laine@redhat.com>
Tue, 10 Jan 2023 06:36:59 +0000 (01:36 -0500)
committerLaine Stump <laine@redhat.com>
Tue, 10 Jan 2023 15:37:10 +0000 (10:37 -0500)
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
NEWS.rst

index fecca64344f444fc2038a34908801684bae6c353..768208ed0372c7ce3b0c870e9bf92a783dcabfda 100644 (file)
--- 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