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

Method __init__

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

Source from the content-addressed store, hash-verified

685
686
687class X8664QEMURunner(X86QEMURunner):
688 def __init__(self) -> None:
689 super().__init__()
690
691 self.supports_efi = True
692
693 self._initrd_arch = self._qemu_arch = 'x86_64'
694
695 def run(self) -> None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected