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

Method __init__

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

Source from the content-addressed store, hash-verified

609
610
611class PowerPC64LEQEMURunner(QEMURunner):
612 def __init__(self) -> None:
613 super().__init__()
614
615 self.memory = '2G'
616 self._default_kernel_path = Path('arch/powerpc/boot/zImage.epapr')
617 self._initrd_arch = 'ppc64le'
618 self._qemu_arch = 'ppc64'
619 self._qemu_args += [
620 '-device', 'ipmi-bmc-sim,id=bmc0',
621 '-device', 'isa-ipmi-bt,bmc=bmc0,irq=10',
622 '-machine', 'powernv',
623 ] # fmt: off
624
625

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected