Skip to content
Snippets Groups Projects

Support ppc64le and fix cross architecture bootstrapping

Merged Jens Reidel requested to merge Adrian/pmbootstrap:wip/ppc64le into master
All threads resolved!
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -249,6 +249,9 @@ def command_qemu(
elif arch == Arch.riscv64:
command += ["-M", "virt"]
command += ["-device", "virtio-gpu-pci"]
elif arch == Arch.ppc64le:
command += ["-M", "pseries"]
command += ["-device", "virtio-gpu-pci"]
else:
raise RuntimeError(f"Architecture {arch} not supported by this command" " yet.")
Loading