[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Fri, 10 Jul 2026 12:16:55 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=gmail.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- 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=z5MMTMbJ0iwQ2EOt8UL4fpowkjMVp8yA6Aw9G4SlyuY=; b=wbPrxuhIH/qT02WbXuRXeJOmReCyml6Ubx4c9t7EmJfHCHLNhJ6J3S+Cl72ykgPmOt2/9Lwz8OahMCS33Rzo8bF0qR39R2rOqYQPCN4JIaRXl8Jt7udzZkDDQ2g7SO/4q1Wek2ZfaSspI90b9eLKf1aBtafauJYE7MZPB6MAedMwZ7l14U0Ek1VWycfLjVzbJPj5EZQSuqpFPK+rzWvbGmu7d+7qOxikO1DKHIbaytb0uW8sGbv6vm5wk1Anz17lIA7VMNJoIb8j/wgm9s1WSxia2w1nUSD6xbFYJ80DtPz2Fv8UN+/ZCGDycRAwMTvgHHtFHWs4hO2+JkI9hoaVpA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=VqsdMZouQEFR2CnnUn0zybEauDC8aJ+qDLxegskjjfAUK7Hzb0P7w5JdDOJvng4pxcaaZmxVeMZJXH3R8f+x7E59nEZMz/hClCCGHvcgQ7myNtf9H8J8wbnJFlzS0ib39eD2wJ3y45PzH47lHQpTR+f0iYc451P5096gf+xZc8TgEeYBNhPE0yptorrlNfRitmAMN94K/++McmLzRc1w2ZWyjXet9RJ9DEwG1Cd35kW+WAjzzxW37WdTrkZIqBsIx2rHiAPnKSpGFR4pdKJ8x2/5J0rdTG+RVndrkS1KHaMMfM/ZrAlKnQ+PwNS/oq2sdFctfMkfXq6yjdhSMz76ow==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=amd.com header.i="@amd.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Cc: Community Manager <community.manager@xxxxxxxxxxxxxx>, "committers @ xenproject . org" <committers@xxxxxxxxxxxxxx>
- Delivery-date: Fri, 10 Jul 2026 10:17:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 10-Jul-26 11:45, Oleksii Kurochko wrote:
> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
> ---
> CHANGELOG.md | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 356be88351a9..c6f1fcf5aeec 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -46,6 +46,15 @@ The format is based on [Keep a
> Changelog](https://keepachangelog.com/en/1.0.0/)
> - On Arm:
> - Support for guest suspend and resume to/from RAM via vPSCI.
> Applies only to non-hardware domain guests.
> + - Armv8-r MPU support.
It reads as if we completed the support which we didn't. We are just progressing
towards that. Maybe something like "Continued Armv8-R MPU enablement".
> + - Drop ThumbEE support.
> + - FF-A v1.2 Support.
s/Support/support/ to match above.
~Michal
> +
> + - On RISC-V:
> + - SSTC extension support for Xen (not for guest yet)
> + - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux
> + kernel, initrd and allocation related things for domain when device-tree
> + is used.
>
> ### Removed
> - On x86:
|