From nobody Sun Dec 22 08:54:32 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 1733132873067380.8047098207725; Mon, 2 Dec 2024 01:47:53 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id E573615B8; Mon, 2 Dec 2024 04:47:51 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 7E5F31A4B; Mon, 2 Dec 2024 04:46:18 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 6092617DD; Mon, 2 Dec 2024 04:46:11 -0500 (EST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lists.libvirt.org (Postfix) with ESMTP id A69C9180C for ; Mon, 2 Dec 2024 04:46:06 -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 B54EF2053073; Mon, 2 Dec 2024 01:46:05 -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=-1.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, 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 B54EF2053073 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1733132766; bh=M7bnJHG46mxcturP/rt6vKsgdeRiy/cE4gJ/KcStHqg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d7kP+VnpTZuzEaZC72vVWad/wKNUzhvLnEt5N2AlRg7jGvx+a0a0nf7MGNWRHrKws +fN2N60OM1jYLqQKyI2LfUDrp/37RKVR7+FjDtLvH2LDl1ccch9ywHf/Y6rA7VNfhg c/lIeMU8hdfyBIaZPTmGPWAE353RyS0HhihkNu6A= From: Purna Pavan Chandra Aekkaladevi To: devel@lists.libvirt.org Subject: [PATCH v4 5/5] NEWS: Mention event handling support in ch driver Date: Mon, 2 Dec 2024 09:46:02 +0000 Message-Id: <20241202094602.288683-6-paekkaladevi@linux.microsoft.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20241202094602.288683-1-paekkaladevi@linux.microsoft.com> References: <20241202094602.288683-1-paekkaladevi@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: W6QJ7HIGF6RLOTUFQCDQ6AVTIXRB3GEU X-Message-ID-Hash: W6QJ7HIGF6RLOTUFQCDQ6AVTIXRB3GEU 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: prasad.krishnan@microsoft.com, prapal@linux.microsoft.com, liuwe@microsoft.com, jnadimpalli@microsoft.com, paekkaladevi@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: 1733132873219116600 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 65e21c4299..1a7dfd4e00 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -52,6 +52,13 @@ v10.10.0 (unreleased) restrict a TPM's provided set of crypto algorithms and commands. Users= can now select profile by using ```` in their TPM XML definition. =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 * qemu: Support UEFI NVRAM images on block storage --=20 2.34.1