From: Han Han Date: Mon, 11 Nov 2019 01:58:05 +0000 (+0800) Subject: news: Support to run SLIRP in a separate process in 5.8 X-Git-Tag: v6.0.0-rc1~492 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c9633e4f2358bc71720001faa5e362473ca7ef;p=thirdparty%2Flibvirt.git news: Support to run SLIRP in a separate process in 5.8 Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index 27cd13b550..dcdd10d7ab 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -381,6 +381,19 @@ +
+ + + qemu: Support running SLIRP networking in a separate process + + + User can configure the slirp-helper path in qemu.conf. + It will start a slirp-helper process to provide SLIRP networking + when the VM is started with network interface "user". That will allow + stricter security policies for QEMU SLIRP network. + + +