vmm, hypervisor: Add vmstate to snapshot and restore path

Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
Muminul Islam
2020-08-21 13:06:56 -07:00
committed by Sebastien Boeuf
parent 77e901a602
commit 92b4499c1e
2 changed files with 11 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ pub use {
#[derive(Clone, Copy, Debug, PartialEq, Deserialize, Serialize)]
pub struct KvmVmState {}
use KvmVmState as VmState;
pub use KvmVmState as VmState;
/// Wrapper over KVM VM ioctls.
pub struct KvmVm {
fd: Arc<VmFd>,