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

Method run

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

Source from the content-addressed store, hash-verified

426 return self._have_dev_kvm_access()
427
428 def run(self) -> None:
429 if self.efi:
430 aavmf_locations = [
431 Path('edk2/arm/QEMU_EFI.fd'), # Arch Linux, Fedora
432 ]
433 self._setup_efi(aavmf_locations)
434
435 if self.use_kvm:
436 self._kvm_cpu.append('aarch64=off')
437 self._qemu_arch = 'aarch64'
438
439 super().run()
440
441
442class ARM64QEMURunner(ARMEFIQEMURunner):

Callers

nothing calls this directly

Calls 2

_setup_efiMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected