From 66112fbabbba6cc5097f91acbe71d95077424c80 Mon Sep 17 00:00:00 2001 From: Purna Pavan Chandra Date: Mon, 5 Aug 2024 14:41:01 +0000 Subject: [PATCH] NEWS: Mention restore with n/w devices support for ch Signed-off-by: Purna Pavan Chandra Reviewed-by: Michal Privoznik --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 44df5d08f7..bbd30ab3b5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -19,6 +19,12 @@ v10.7.0 (unreleased) * **Improvements** + * ch: support restore with network devices + + Cloud-Hypervisor starting from V40.0 supports restoring file descriptor + backed network devices. So, create new net fds and pass them via + SCM_RIGHTS to CH during restore operation. + * **Bug fixes**