Skip to content

fix: Remove "filler" variants in aarch64 StaticCpuTemplate enum #4402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

roypat
Copy link
Contributor

@roypat roypat commented Jan 23, 2024

This enum had filler variants for Versionize reasons, which can now be removed due to Versionize no longer being used.

Changes

...

Reason

...

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.

@roypat
Copy link
Contributor Author

roypat commented Jan 23, 2024

Follow up to #4391, but with smaller scope

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9e9dc3f) 81.53% compared to head (75e78b8) 81.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4402   +/-   ##
=======================================
  Coverage   81.53%   81.53%           
=======================================
  Files         241      241           
  Lines       29333    29332    -1     
=======================================
  Hits        23916    23916           
+ Misses       5417     5416    -1     
Flag Coverage Δ
4.14-c7g.metal 76.92% <ø> (+<0.01%) ⬆️
4.14-m5d.metal 78.85% <ø> (ø)
4.14-m6a.metal 77.97% <ø> (ø)
4.14-m6g.metal 76.92% <ø> (+<0.01%) ⬆️
4.14-m6i.metal 78.84% <ø> (ø)
5.10-c7g.metal 79.82% <ø> (+<0.01%) ⬆️
5.10-m5d.metal 81.51% <ø> (ø)
5.10-m6a.metal 80.72% <ø> (ø)
5.10-m6g.metal 79.82% <ø> (+<0.01%) ⬆️
5.10-m6i.metal 81.50% <ø> (ø)
6.1-c7g.metal 79.82% <ø> (+<0.01%) ⬆️
6.1-m5d.metal 81.51% <ø> (ø)
6.1-m6a.metal 80.72% <ø> (ø)
6.1-m6g.metal 79.82% <ø> (+<0.01%) ⬆️
6.1-m6i.metal 81.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roypat roypat force-pushed the no-filler-variants branch from 59cc84a to 49f1d94 Compare January 23, 2024 16:59
This enum had filler variants for `Versionize` reasons, which can now be
removed due to Versionize no longer being used.

Signed-off-by: Patrick Roy <[email protected]>
@roypat roypat force-pushed the no-filler-variants branch from 49f1d94 to 75e78b8 Compare January 23, 2024 17:12
@roypat roypat requested review from ShadowCurse and zulinx86 and removed request for ShadowCurse January 24, 2024 09:13
@roypat roypat merged commit 19e82bf into firecracker-microvm:main Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants