From: Laine Stump Date: Wed, 28 Aug 2019 01:46:39 +0000 (-0400) Subject: docs: update news file X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3016a2a64c9909a17f91c1f6026451eb6a459305;p=libvirt.git docs: update news file with info about support for using precreated tap/macvtap devices in unprivileged libvirtd. Signed-off-by: Laine Stump --- diff --git a/docs/news.xml b/docs/news.xml index dc91368790..c362bf3a15 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -206,6 +206,21 @@ +
+ + + qemu: Support use of precreated tap/macvtap devices by unprivileged libvirtd + + + It is now possible for an unprivileged libvirtd to make use + of tap and macvtap devices that were previously created by + some other entity. This is done by setting + managed='no' along with the device name in the + target subelement of <interface + type='ethernet'>. + + +