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

Method __init__

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

Source from the content-addressed store, hash-verified

554
555class MIPSQEMURunner(QEMURunner):
556 def __init__(self) -> None:
557 super().__init__()
558
559 self._default_kernel_path = Path('vmlinux')
560 self._initrd_arch = self._qemu_arch = 'mips'
561 self._qemu_args += ['-cpu', '24Kf', '-machine', 'malta']
562
563
564class MIPSELQEMURunner(MIPSQEMURunner):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected