Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ read_regs
Method
read_regs
vmm/src/vm.rs:3515–3517 ·
view source on GitHub ↗
(&self, cpu_id: usize)
Source
from the content-addressed store, hash-verified
3513
}
3514
3515
fn read_regs(&self, cpu_id: usize) -> std::result::Result<CoreRegs, DebuggableError> {
3516
self.cpu_manager.lock().unwrap().read_regs(cpu_id)
3517
}
3518
3519
fn write_regs(
3520
&self,
Callers
1
debug_request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected