Cpu¶
- final class ntoseye.Cpu¶
One processor, identified by its backend vCPU id (such as
"p1.1").- property registers: Registers¶
This processor’s live register file (writable while halted in NT; read-only at a recognized VTL1 stop).
- property saved_vtl: list[str]¶
For a vCPU halted in the Windows hypervisor (VBS), where its VTLs left off, from the hypervisor’s saved state:
["VTL0 nt!HalProcessorIdle+0xf"], plus VTL1 when the hypervisor was entered from it or is about to enter it. Needs the VM’shv-evmcs; empty otherwise, or when the saved state fails validation.