ClangBuiltLinux / boot-utils

Collection of files for booting Linux kernels
26 stars 7 forks source link

boot-utils: Add '--use-cbl-qemu' #32

Closed nathanchance closed 3 years ago

nathanchance commented 3 years ago

We need to do this in order to boot s390 kernels in our CI. The qemu binaries are hosted in a separate repo to keep things reasonable in terms of file size.

This is part two in resolving https://github.com/ClangBuiltLinux/continuous-integration2/issues/42.

nathanchance commented 3 years ago

Keeping the plumbing intact takes no effort and gives us an escape hatch if we ever hit a QEMU bug but I get what you are saying. Thanks for the review!