From: Laine Stump Date: Tue, 10 Jan 2023 06:36:59 +0000 (-0500) Subject: NEWS: document addition of passt support X-Git-Tag: v9.0.0-rc2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5738ab74c2ab449522ddf661808262fc92e28d7;p=thirdparty%2Flibvirt.git NEWS: document addition of passt support Signed-off-by: Laine Stump Reviewed-by: Martin Kletzander --- 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:: + + + + ... + * **Improvements** * qemu: Prefer PNG for domain screenshots