[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] CHANGELOG.md: Update for 4.21 release cycle
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx, Juergen Gross <jgross@xxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Mon, 10 Nov 2025 16:49:01 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ovrz+Gv7X8NjgGn22TrXQnjpRTpoKBXB7w5Uq+s+8Cg=; b=Le4S+HZMUs1Jhn2iGGhwIfx9R6rZkeINO7jfR8m/Zynh7jripZ5T6jUTbRhSdjaLENj6CxeB+CAyxS3xxPxKk1nPJv2f3awBSNz9wdCFEcAnCbOwGv6RyaVrEVoVqSeNy77SQrmiRpcATKQMUQowwD+8VrAwkVIShH2G1jkatWQa1CKF3RnFQH3ITgs1O+QxYF48qMPRb2zJBJSid0FmFhKsWuPn3I0Omnj3kjVMD/3bc82rQwVYA0AP7fdj2jwKqdPXaeRZy1hGKK4Sc5Lsewv3LkOQl939vjfdzJ941hQRUv7MKZl2nxRL3hktgcTASV13B6jFJMTLDK4CQo9Q0Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=auVqcZJHz+lD3v/zYnmX65IOkdvx0Nl876r/+RbA+87FVulQubYQP4R5kD3vG/X3qMw/N7lsJJ/EhwYci6hfLfYC1wjUWShs3RWhXp1OmfRXP/8AcykLKT4Ws2/BCDwKjCEcQpBF/CEcIyDxpyFjYdXW1tJMSfml7aBWj1YpMGYklaIBpKoNDHgvdVWjCq1ts6eXtMqMo2Ua+E0a7bqEHmcSLl8vOgW8gWrWauIU/sHTmT7Xu+P9ZEs4i6WkqX7Xctf4HD2VsenukhxxBv7z/xafUxVJSCucoeUVldvdn8nYvW0qFf5ppE8nu794CqfIhMaPdzsqupj5DSqfiTPHCw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Community Manager <community.manager@xxxxxxxxxxxxxx>, committers@xxxxxxxxxxxxxx
- Delivery-date: Mon, 10 Nov 2025 16:49:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 10/11/2025 4:43 pm, Oleksii Kurochko wrote:
>
>
> On 11/10/25 5:29 PM, Andrew Cooper wrote:
>> On 26/09/2025 4:47 pm, Oleksii Kurochko wrote:
>>> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
>>> ---
>>> Chnages in v2:
>>> - Drop the following items:
>>> - Allow to unflatten DTs.
>>> - Basic kexec support to Mini-OS for running in PVH mode.
>>> ---
>>> CHANGELOG.md | 11 ++++++++++-
>>> 1 file changed, 10 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/CHANGELOG.md b/CHANGELOG.md
>>> index ca1b43b940..0afd2eeb4b 100644
>>> --- a/CHANGELOG.md
>>> +++ b/CHANGELOG.md
>>> @@ -14,6 +14,7 @@ The format is based on [Keep a
>>> Changelog](https://keepachangelog.com/en/1.0.0/)
>>> - Debian Trixie added to CI. Debian Bullseye retired from CI for RISC-V
>>> due
>>> to the baseline change.
>>> - Linux based device model stubdomains are now fully supported.
>>> + - Remove libxenctrl usage from xenstored.
>> This is about libxenmange. I think it wants to say:
>>
>> - Introduce libxenmanage as a stable library, replacing xenstored's
>> dependency on unstable libraries.
>> Otherwise, LGTM.
> It is much better, I’ll be glad if this update can be done during the commit.
Will do.
Thanks,
~Andrew
|