MCPcopy Create free account
hub / github.com/ClangBuiltLinux/boot-utils / run

Method run

boot-qemu.py:583–586  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

581 self._qemu_args.append('-no-reboot')
582
583 def run(self) -> None:
584 self._qemu_args += ['-machine', self._machine]
585
586 super().run()
587
588
589class PowerPC32MacQEMURunner(PowerPC32QEMURunner):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected