Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ virt_machine_init
Function
virt_machine_init
tinyemu/machine.c:626–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
VirtMachine *virt_machine_init(const VirtMachineParams *p)
627
{
628
const VirtMachineClass *vmc = p->vmc;
629
return vmc->virt_machine_init(p);
630
}
631
632
void virt_machine_set_defaults(VirtMachineParams *p)
633
{
Callers
2
main
Function · 0.85
init_vm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected