From: Praveen K Paladugu Date: Mon, 26 Aug 2024 19:30:40 +0000 (-0500) Subject: NEWS: Add an entry for network support in ch driver. X-Git-Tag: v10.7.0-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21562c4df6434dba9c6bece5096a37919c9075d1;p=thirdparty%2Flibvirt.git NEWS: Add an entry for network support in ch driver. Signed-off-by: Praveen K Paladugu Signed-off-by: Praveen K Paladugu Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 817c7ed040..9234e70590 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -31,6 +31,10 @@ v10.7.0 (unreleased) backed network devices. So, create new net fds and pass them via SCM_RIGHTS to CH during restore operation. + * ch: support basic networking modes + Cloud-Hypervisor driver now supports Ethernet, Network (NAT) and Bridge + networking modes. + * **Bug fixes**