Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Implementation of vmm-vcpu crate #1

Closed
wants to merge 1 commit into from
Closed

Implementation of vmm-vcpu crate #1

wants to merge 1 commit into from

Conversation

jennymankin
Copy link
Collaborator

This PR is for a simple crate that provides a trait abstraction of a virtual CPU (vCPU).

Each VMM can then provide their own implementation of the vCPU trait (for example, I have a implementation of the Vcpu trait for the VcpuFd struct of rust-vmm/kvm-ioctls; when this PR is approved, I can make any last minute changes/tests to that POC and put it up for PR as well).

Issue/design here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant