vmm: Use event!() for some key VM actions

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-02-17 11:24:36 +00:00
parent 4822ed79e1
commit 9260c4c10e
4 changed files with 28 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@ block_util = { path = "../block_util" }
clap = "2.33.3"
devices = { path = "../devices" }
epoll = ">=4.0.1"
event_monitor = { path = "../event_monitor" }
hypervisor = { path = "../hypervisor" }
lazy_static = "1.4.0"
libc = "0.2.86"