Searched refs:vcpu_snapshots (Results 1 – 1 of 1) sorted by relevance
1806 let vcpu_snapshots: Vec<VcpuSnapshot> = serde_json::from_reader(cpu_file)?; in do_restore() localVariable1807 if vcpu_snapshots.len() != vcpu_size { in do_restore()1811 vcpu_snapshots.len() in do_restore()1815 for vcpu_snap in vcpu_snapshots { in do_restore()