]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
CHANGELOG: add gnttab_max_{maptrack_,}frames option changes
authorRoger Pau Monné <roger.pau@citrix.com>
Wed, 19 Apr 2023 09:03:30 +0000 (11:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 19 Apr 2023 09:03:30 +0000 (11:03 +0200)
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>
CHANGELOG.md

index c978cfd9b68fd44e4a085b55b7247eecd2c24f57..5dbf8b06d72ca8d94c881488ca93c12e4b5739ae 100644 (file)
@@ -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.