[libvirt] [PATCH v2 2/4] news: Support to run SLIRP in a separate process in 5.8

Han Han hhan at redhat.com
Mon Nov 11 01:58:05 UTC 2019


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

diff --git a/docs/news.xml b/docs/news.xml
index 1c063b7e..e60427f6 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -221,6 +221,19 @@
         </description>
       </change>
     </section>
+    <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>
+    </section>
     <section title="Removed features">
       <change>
         <summary>
-- 
2.23.0




More information about the libvir-list mailing list