Skip to content

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

Merged
nathanchance merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:combine-machine-flags-aarch64
Nov 20, 2022
Merged

boot-qemu.py: Combine aarch64 machine flags#77
nathanchance merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:combine-machine-flags-aarch64

Conversation

@nathanchance

Copy link
Copy Markdown
Member

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.

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.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
@nathanchance nathanchance merged commit 79d07bb into ClangBuiltLinux:main Nov 20, 2022
@nathanchance nathanchance deleted the combine-machine-flags-aarch64 branch November 20, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants