diff mbox series

[v2] CHANGELOG: add gnttab_max_{maptrack_,}frames option changes

Message ID 20230418145327.19352-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show
Series [v2] CHANGELOG: add gnttab_max_{maptrack_,}frames option changes | expand

Commit Message

Roger Pau Monné April 18, 2023, 2:53 p.m. UTC
Note in the changelog that the purpose of
gnttab_max_{maptrack_,}frames command line options has been changed.

Fixes: b2ea81d2b935 ('xen/grants: repurpose command line max options')
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Henry Wang <Henry.Wang@arm.com>
---
Changes since v1:
 - Introduce and move to 'Changed' section.
---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c978cfd9b68f..5dbf8b06d72c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ## [unstable UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
 
+### Changed
+ - Repurpose command line gnttab_max_{maptrack_,}frames options so they don't
+   cap toolstack provided values.
+
 ### Added
  - On x86, support for features new in Intel Sapphire Rapids CPUs:
    - PKS (Protection Key Supervisor) available to HVM/PVH guests.