firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Create ACPI Devices for Hotplugging

Open jxcurtis opened this issue 2 months ago • 1 comments

Changes

  • Create ACPI Devices for hotplugging
  • Extend GED to include hotplugging device interrupts

Reason

After new vCPU threads have been added to the VMM, ACPI device is used to notify the guest that the CPUs are available to them.

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.

jxcurtis avatar Jun 28 '24 10:06 jxcurtis