rust-vmm / community

rust-vmm community content
488 stars 27 forks source link

Crate Addition Request: Emulated devices #81

Open sameo opened 4 years ago

sameo commented 4 years ago

Crate Name

Naming is hard...

devices devices-emulation vmm-devices

Short Description

Gather all emulated devices implementations, i.e. all implementations for emulating actual, hardware devices. Some examples:

Why is this crate relevant to the rust-vmm project?

Some VMMs need to emulate real, existing devices and those should have a fairly common set of dependencies (vm-devices, vm-memory, vmm-sys-util)

sameo commented 4 years ago

Another option, as suggested by @zachreizner, is to have a devices crate gathering all our devices, including the virtio ones.