firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

vmm: arch: Introduce RISC-V regs

Open TimePrinciple opened this issue 1 year ago • 0 comments

Changes

Implement macros and methods used to g/set RISC-V registers.

Reason

Introduce RISC-V architecture support.

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

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

  • [x] This functionality cannot be added in rust-vmm.

TimePrinciple avatar Sep 25 '24 01:09 TimePrinciple