Skip to content

Commit 1d7465a

Browse files
committed
feat(virtio-pmem): add device configs and implementation
Add implementations of device, event handling, metrics. Add device config and builder types for API use. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent eb0fa41 commit 1d7465a

File tree

7 files changed

+951
-0
lines changed

7 files changed

+951
-0
lines changed

src/vmm/src/devices/virtio/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ mod iov_deque;
2020
pub mod iovec;
2121
pub mod net;
2222
pub mod persist;
23+
pub mod pmem;
2324
pub mod queue;
2425
pub mod rng;
2526
pub mod test_utils;

0 commit comments

Comments
 (0)