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

Class S390QEMURunner

boot-qemu.py:644–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 self._qemu_args += ['-bios', bios, '-M', 'virt']
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

no outgoing calls

Tested by

no test coverage detected