[libvirt] [PATCH 3/5] news: Support to run SLIRP networking in a separate process in 5.8

Han Han hhan at redhat.com
Fri Nov 8 07:00:20 UTC 2019


Signed-off-by: Han Han <hhan at redhat.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index c0fd006a77..c90def63cc 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -190,6 +190,17 @@
   </release>
   <release version="v5.8.0" date="2019-10-05">
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: Support to run SLIRP networking in a separate process
+        </summary>
+        <description>
+          User can configure the slirp-helper path in <code>qemu.conf</code>.
+          It will start a slirp-helper process to provide SLIRP networking
+          when VM is started with network interface "user". That will allow
+          stricter security policies for QEMU SLIRP network.
+        </description>
+      </change>
       <change>
         <summary>
           qemu: Support unmanaged macvtap devices
-- 
2.24.0.rc1




More information about the libvir-list mailing list