[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:29:48 +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=nL+GyyFrwz6uOqGV6oCoXxIJHFMOn2qfbiUELJN9OPM=; b=uHKLb4ONtChPz3cixiQ2kq2EuzFnYEeeCMeiUewY+ubF7D6zivG7OQmvCVFkdMndsK3A3ffyDzAyTwnVAFv5YbA3bA4yLWOIndcOeA+p8wr1WYRt0y8sxjkI2biVDF7GQ70jGV65uSRp4uUOxfybvLagKt0BWC3SAxk+MAw/0qkUF5isua+7P+2mhxJZyqwlatGshlgwiJ606eTd0vfUqOXARxv1S2w24UGvwS8jh3lqlbkBWP5F/T1eT4TPq3e3ou6ezBgiFFW1wTEX3E23Y3ZHYLmvcnhQN5X2b2Jec+IOhTTjtF1YUIeIj43WNF5WE7QPij4M6C/MisiIqRV0qA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=YRsR3ceXJsqHyT1+TwgXtJCynWlPPlmMy45PnaG9sstbjHN9indsJwoCo5iEt4e7JezFTCiHgxPa2/a1ah6vrPz+d+umB6F977PZGS7pqSoO68HdrJhT3eVe5odlxFL6TfwMQ4vhmqK6BhJdULwrDs5sYMvpkW0aOrwR3Z0q7udESiyryG18i7cwTAsF1s+tQmmj0IwIWggEwiEKh3wM5vxERwDFCbHiyEScOy3Z9lGvbt4cfFHgxFY2fZwOfMBWJYrgAFqaqou9Hozlr4YCiMRSi48mujLv5ALbrKAflQuruWsJh1eGYvUKVnXORqbHsrKm2bvIjzJzwA6yq7Nznw==
- 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:30:09 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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.
~Andrew
|