MCPcopy 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
626VirtMachine *virt_machine_init(const VirtMachineParams *p)
627{
628 const VirtMachineClass *vmc = p->vmc;
629 return vmc->virt_machine_init(p);
630}
631
632void virt_machine_set_defaults(VirtMachineParams *p)
633{

Callers 2

mainFunction · 0.85
init_vmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected