From nobody Thu Sep 19 16:26:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1722869111810567.4141675435228; Mon, 5 Aug 2024 07:45:11 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id B4F03C18; Mon, 5 Aug 2024 10:45:10 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id EFC50124F; Mon, 5 Aug 2024 10:41:28 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id EB7BEB64; Mon, 5 Aug 2024 10:41:07 -0400 (EDT) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lists.libvirt.org (Postfix) with ESMTP id 62FF8B31 for ; Mon, 5 Aug 2024 10:41:07 -0400 (EDT) Received: from paekkaladevi-dev-u22.gi4irqh5pfqublruu4yyku2wof.phxx.internal.cloudapp.net (unknown [20.125.125.171]) by linux.microsoft.com (Postfix) with ESMTPSA id 4732920B712C; Mon, 5 Aug 2024 07:41:06 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.4 DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4732920B712C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1722868866; bh=OwHx0+L5L2AExh6sPvzHpBe7khIrP4rO7ewUkSr1u6c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pIsMf+Dc7kzoT81CloeteVtVrPAfP1SSikMBNZaTXKq9DR8Qa9xJfJq60Coclj/YE 08LoPc7Fb4Bdo95g/A3EeuieA2Yy4RXNF+xNmuqLqdOcJ+QPXVF6+7bKcWwiY/A6VJ bvsLBFb1UR7iy33E7MCgMfrWuOgeNLqcI7OCnI4Y= From: Purna Pavan Chandra To: devel@lists.libvirt.org Subject: [PATCH v3 9/9] NEWS: Mention restore with n/w devices support for ch Date: Mon, 5 Aug 2024 14:41:01 +0000 Message-Id: <20240805144101.4864-10-paekkaladevi@linux.microsoft.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240805144101.4864-1-paekkaladevi@linux.microsoft.com> References: <20240805144101.4864-1-paekkaladevi@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: PINKLXKJHWH6SGQSOBKJR5EBPYWP4U6X X-Message-ID-Hash: PINKLXKJHWH6SGQSOBKJR5EBPYWP4U6X X-MailFrom: paekkaladevi@linux.microsoft.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: paekkaladevi@microsoft.com, kumarpraveen@linux.microsoft.com, liuwe@microsoft.com, prapal@linux.microsoft.com, Purna Pavan Chandra X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-ZohoMail-DKIM: fail (Computed bodyhash is different from the expected one) X-ZM-MESSAGEID: 1722869112065116600 Content-Type: text/plain; charset="utf-8" Signed-off-by: Purna Pavan Chandra --- 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) =20 * **Improvements** =20 + * 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** =20 =20 --=20 2.34.1