Skip to content

Conversation

@bchalios
Copy link
Contributor

@bchalios bchalios commented Oct 24, 2024

Changes

Add a CHANGELOG entry for changes in #4869

Reason

#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.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following Developer
Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md.

PR Checklist

  • If a specific issue led to this PR, this PR closes the issue.
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this
    PR.
  • API changes follow the Runbook for Firecracker API changes.
  • User-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.
  • New TODOs link to an issue.
  • Commits meet
    contribution quality standards.

  • This functionality cannot be added in rust-vmm.

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]>
@bchalios bchalios self-assigned this Oct 24, 2024
@bchalios bchalios added Status: Awaiting review Indicates that a pull request is ready to be reviewed Type: Documentation Indicates a need for improvements or additions to documentation labels Oct 24, 2024
@pb8o pb8o merged commit ccb3c8f into firecracker-microvm:main Oct 24, 2024
7 checks passed
@bchalios bchalios deleted the changelog branch October 24, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Awaiting review Indicates that a pull request is ready to be reviewed Type: Documentation Indicates a need for improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants