From nobody Tue Jan 21 07:32:02 2025 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 1737133969073296.1608628797959; Fri, 17 Jan 2025 09:12:49 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 7A56B1A8B; Fri, 17 Jan 2025 12:12:48 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 05E251B30; Fri, 17 Jan 2025 12:11:20 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 897701904; Fri, 17 Jan 2025 12:11:14 -0500 (EST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lists.libvirt.org (Postfix) with ESMTP id 0D70918E6 for ; Fri, 17 Jan 2025 12:11:14 -0500 (EST) Received: from paekkaladevi-dev-u22.gi4irqh5pfqublruu4yyku2wof.phxx.internal.cloudapp.net (unknown [20.125.125.171]) by linux.microsoft.com (Postfix) with ESMTPSA id 6772E20591BD; Fri, 17 Jan 2025 09:11:12 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_VALIDITY_RPBL_BLOCKED,RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.4 DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6772E20591BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1737133872; bh=ODdpVRZ4ts0+j6BRpdCPccRrcsbcLAuWY2N7Tuxeb/A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=l6/U82qousjrOyo87tcGwKxFVaUhXeu+8T7++eTsaNxOj4egEeCCr+HBJ3D6lhVFb puvK/5hYFMTu/AYJa6/CzGG76ZMpUMIG44Y2FUDwVJ2AF+ZfxIiT6qUaO2Du9Czzjx 5VdnBmUMNPORX91TXAnYEId1A9S3Mmr9w915ppfA= From: Purna Pavan Chandra Aekkaladevi To: devel@lists.libvirt.org Subject: [PATCH v5 5/5] NEWS: Mention event handling support in ch driver Date: Fri, 17 Jan 2025 17:11:09 +0000 Message-Id: <20250117171109.639464-6-paekkaladevi@linux.microsoft.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250117171109.639464-1-paekkaladevi@linux.microsoft.com> References: <20250117171109.639464-1-paekkaladevi@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: ZKDAQ55D4UDBBC3RKP3ORMFJ7TXS3TDC X-Message-ID-Hash: ZKDAQ55D4UDBBC3RKP3ORMFJ7TXS3TDC 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: liuwe@microsoft.com, paekkaladevi@microsoft.com, jnadimpalli@microsoft.com, prasad.krishnan@microsoft.com, prapal@linux.microsoft.com, Purna Pavan Chandra Aekkaladevi 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: 1737133971249019000 Content-Type: text/plain; charset="utf-8" Signed-off-by: Purna Pavan Chandra Signed-off-by: Purna Pavan Chandra Aekkaladevi --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index de8317be7b..c26dc3adb1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,13 @@ v11.1.0 (unreleased) =20 * **New features** =20 + * ch: Support handling events from cloud-hypervisor + + The ch driver now supports handling events from the cloud-hypervisor. + Events include VM lifecyle operations such as shutdown, pause, resume, + etc. Libvirt will now read these events and take actions such as + updating domain state, etc. + * **Improvements** =20 * **Bug fixes** --=20 2.34.1