-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Decouple Vmm from its Firecracker-specific RPC interface #1713
Comments
7 tasks
7 tasks
7 tasks
This was referenced Apr 6, 2020
9 tasks
We don't have an immediate plan for this. Will reopen in the future if necessary. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is part of a story that tracks a state where the
vmm
crate is no longer Firecracker-specific.Benefits:
Vmm
implementations in Firecracker - thevmm
crate used in Firecracker could be one from rust-vmm.Vmm
implementation in Firecracker to other projects.Scope:
vmm_config
,VmResources
,Pre-boot and Runtime Controllers
andrpc_interface
to be moved to an externalrpc_interface
crate that depend onVmm
. Dependency graph will be:With
Vmm
decoupled from all Firecracker-specific configuration primitives and logic.The text was updated successfully, but these errors were encountered: