MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / virt_machine_set_defaults

Function virt_machine_set_defaults

tinyemu/machine.c:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void virt_machine_set_defaults(VirtMachineParams *p)
633{
634 memset(p, 0, sizeof(*p));
635}
636
637void virt_machine_end(VirtMachine *s)
638{

Callers 2

mainFunction · 0.85
vm_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected