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

Method __init__

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

Source from the content-addressed store, hash-verified

643
644
645class S390QEMURunner(QEMURunner):
646 def __init__(self) -> None:
647 super().__init__()
648
649 self._default_kernel_path = Path('arch/s390/boot/bzImage')
650 self._initrd_arch = 's390'
651 self._qemu_arch = 's390x'
652 self._qemu_args += ['-M', 's390-ccw-virtio']
653
654

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected