vmm: Create new module device_tree

This module will be dedicated to DeviceNode and DeviceTree definitions
along with some dedicated unit tests.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2020-05-05 12:19:43 +02:00
parent 3b77be903d
commit 64e01684f9
3 changed files with 133 additions and 122 deletions

View File

@@ -39,6 +39,7 @@ pub mod api;
pub mod config;
pub mod cpu;
pub mod device_manager;
pub mod device_tree;
pub mod interrupt;
pub mod memory_manager;
pub mod migration;