-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Crate Name: kvm
Short Description
The kvm repository can be a rust workspace containing kvm-ioctls and kvm-bindings crates.
Why is this crate relevant to the rust-vmm project?
Hosting both crates in the same repository allows us to have a few simplifications. The kvm-bindings cannot really be tested independently and kvm-ioctls are using a fixed version of kvm-bindings. We can still publish them as separate crates on crates.io, but at least the development model should be simplified this way because a change in kvm-bindings can have the corresponding change in kvm-ioctls submitted as part of the same PR.
acatangiu