vmm: Version MemoryManager state

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-05-21 12:50:41 +00:00
committed by Sebastien Boeuf
parent 719e36049b
commit f840327ffb
3 changed files with 13 additions and 9 deletions
+2
View File
@@ -41,6 +41,8 @@ serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"
signal-hook = "0.3.8"
thiserror = "1.0"
versionize = "0.1.6"
versionize_derive = "0.1.4"
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "master" }
virtio-devices = { path = "../virtio-devices" }
vm-allocator = { path = "../vm-allocator" }