rust-vmm / community

rust-vmm community content
488 stars 27 forks source link

Crate Addition Request: nvdimm #38

Open richardwyang opened 5 years ago

richardwyang commented 5 years ago

Crate Name

nvdimm

Short Description

Non-volatile memory is memory that retains its contents even when electrical power is removed, for example from an unexpected power loss, system crash, or normal shutdown.

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

This provides rust-vmm the capability to use nvdimm devices.

andreeaflorescu commented 5 years ago

@richardwyang can you please add some more details about the interface of this crate?

richardwyang commented 5 years ago

@andreeaflorescu Hi, Andreea

This crate is the counterpart of nvdimm in qemu. Most likely they would have the same interface as dimm.