Skip to content

Commit f15e963

Browse files
bchaliosShadowCurse
authored andcommitted
chore: add CHANGELOG entry on support of ARM systems with big caches
firecracker-microvm#4869 changed the type that holds the number of sets of a CPU cache from `u16` to `u32`. This allows us to support ARM systems with CPU caches with sets more than `u16::MAX`. Add a CHANGELOG entry for this change Signed-off-by: Babis Chalios <[email protected]>
1 parent 965842a commit f15e963

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ and this project adheres to
2323
set, it won't trigger the lockup condition. Calling the ioctl for guests that
2424
don't use kvmclock will fail. These failures are not fatal. We log the failure
2525
and increase the `vcpu.kvmclock_ctrl_fails` metric.
26+
- [#4869](https://github.com/firecracker-microvm/firecracker/pull/4869): Added
27+
support for Aarch64 systems which feature CPU caches with a number of sets
28+
higher than `u16::MAX`.
2629

2730
### Changed
2831

0 commit comments

Comments
 (0)