From 3016a2a64c9909a17f91c1f6026451eb6a459305 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Tue, 27 Aug 2019 21:46:39 -0400 Subject: [PATCH] docs: update news file with info about support for using precreated tap/macvtap devices in unprivileged libvirtd. Signed-off-by: Laine Stump --- docs/news.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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'>. + + +
-- 2.47.2