mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-08 12:41:35 +00:00
This commit introduces the implementation of the virtio-pmem device based on the pending proposal of the virtio specification here: https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html It is also based on the kernel patches coming along with the virtio proposal: https://lkml.org/lkml/2019/6/12/624 And it is based off of the current crosvm implementation found in devices/src/virtio/pmem.rs relying on commit bb340d9a94d48514cbe310d05e1ce539aae31264 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>