From a7c9633e4f2358bc71720001faa5e362473ca7ef Mon Sep 17 00:00:00 2001 From: Han Han Date: Mon, 11 Nov 2019 09:58:05 +0800 Subject: [PATCH] news: Support to run SLIRP in a separate process in 5.8 Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. + + +