vmm: vm: Implement the Pausable trait

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-11-22 14:54:52 +01:00
parent 9756fc2dd0
commit 37557c8b35
4 changed files with 59 additions and 41 deletions

1
Cargo.lock generated
View File

@@ -1111,6 +1111,7 @@ name = "vmm"
version = "0.1.0"
dependencies = [
"acpi_tables 0.1.0",
"anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
"arch 0.1.0",
"devices 0.1.0",
"epoll 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",