ClangBuiltLinux / boot-utils

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

boot-qemu.py: Combine aarch64 machine flags #77

Closed nathanchance closed 1 year ago

nathanchance commented 1 year ago

Two -machine arguments looks odd, especially since the gic-version parameter is specified on the first -machine instance.

Append virtualization=true to the existing machine string in a similar manner to gic-version to keep everything uniform. Additionally, add a comment around why and where virtualization=true is specified.