vmm: Move VM shutdown event to Vmm::vm_shutdown

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2024-03-21 10:14:45 -07:00
parent 5997cfacbf
commit 6922e25e78
2 changed files with 7 additions and 3 deletions

View File

@@ -1397,8 +1397,6 @@ impl Vm {
}
*state = new_state;
event!("vm", "shutdown");
Ok(())
}