Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClangBuiltLinux/boot-utils
/ __init__
Method
__init__
boot-qemu.py:502–507 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
500
501
class
ARM64BEQEMURunner(ARM64QEMURunner):
502
def
__init__(self) -> None:
503
super().__init__()
504
505
self.supports_efi = False
506
507
self._initrd_arch =
'arm64be'
508
509
510
class
LoongArchQEMURunner(QEMURunner):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected