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

Method run

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

Source from the content-addressed store, hash-verified

371 self._qemu_args.append('-no-reboot')
372
373 def run(self) -> None:
374 self._qemu_args += ['-machine', self._machine]
375
376 super().run()
377
378
379class ARMV5QEMURunner(ARMQEMURunner):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected