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

Han Han posted 4 patches 6 years, 2 months ago
[libvirt] [PATCH v2 2/4] news: Support to run SLIRP in a separate process in 5.8
Posted by Han Han 6 years, 2 months ago
Signed-off-by: Han Han <hhan@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH v2 2/4] news: Support to run SLIRP in a separate process in 5.8
Posted by Andrea Bolognani 6 years, 2 months ago
On Mon, 2019-11-11 at 09:58 +0800, Han Han wrote:
> +    <section title="Improvements">
> +      <change>
> +        <summary>
> +          qemu: Support to run SLIRP networking in a separate process

s/to run/running/

> +        </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

s/when VM/when the VM/


With those nits fixed,

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list