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

Method __init__

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

Source from the content-addressed store, hash-verified

563
564class MIPSELQEMURunner(MIPSQEMURunner):
565 def __init__(self) -> None:
566 super().__init__()
567
568 self._initrd_arch = self._qemu_arch = 'mipsel'
569
570
571class PowerPC32QEMURunner(QEMURunner):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected