Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClangBuiltLinux/boot-utils
/ run
Method
run
boot-qemu.py:583–586 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
581
self._qemu_args.append(
'-no-reboot'
)
582
583
def
run(self) -> None:
584
self._qemu_args += [
'-machine'
, self._machine]
585
586
super().run()
587
588
589
class
PowerPC32MacQEMURunner(PowerPC32QEMURunner):
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected