Searched defs:VcpuSnapshot (Results 1 – 2 of 2) sorted by relevance
149 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()163 pub struct VcpuSnapshot { struct164 pub vcpu_id: usize,
141 fn snapshot(&self) -> anyhow::Result<VcpuSnapshot> { in snapshot()171 pub struct VcpuSnapshot { struct172 pub vcpu_id: usize,173 regs: Regs,174 sregs: Sregs,175 debug_regs: DebugRegs,176 xcrs: Vec<Register>,177 msrs: Vec<Register>,178 xsave: Xsave,179 vcpu_events: VcpuEvents,[all …]