[PATCH for-4.21] CHANGELOG.md: mention the introduction of configurable altp2m count

Petr Beneš posted 1 patch 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/35ba6d10b77893edbacbaea872c1ca742c767af5.1760308066.git.w1benny@gmail.com
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
[PATCH for-4.21] CHANGELOG.md: mention the introduction of configurable altp2m count
Posted by Petr Beneš 2 weeks, 3 days ago
From: Petr Beneš <w1benny@gmail.com>

Signed-off-by: Petr Beneš <w1benny@gmail.com>
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c70bc0250..0cf9ad2d95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    - Allow controlling the MTRR cache attribute of the Xen platform PCI device
      BAR for HVM guests, to improve performance of guests using it to map the
      grant table or foreign memory.
+   - Allow configuring the number of altp2m tables per domain via vm.cfg.
 
 ### Added
  - Introduce new PDX compression algorithm to cope with Intel Sierra Forest and
-- 
2.34.1


Re: [PATCH for-4.21] CHANGELOG.md: mention the introduction of configurable altp2m count
Posted by Oleksii Kurochko 2 weeks, 1 day ago
On 10/13/25 12:28 AM, Petr Beneš wrote:
> From: Petr Beneš<w1benny@gmail.com>
>
> Signed-off-by: Petr Beneš<w1benny@gmail.com>
> ---
>   CHANGELOG.md | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 5c70bc0250..0cf9ad2d95 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>      - Allow controlling the MTRR cache attribute of the Xen platform PCI device
>        BAR for HVM guests, to improve performance of guests using it to map the
>        grant table or foreign memory.
> +   - Allow configuring the number of altp2m tables per domain via vm.cfg.
>   
>   ### Added
>    - Introduce new PDX compression algorithm to cope with Intel Sierra Forest and

Looks good to me:
   Acked-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>
   Release-Acked-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii