Skip to content

For virt machine type, add highmem* virt machine type options to the machine_args shell script variable #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

ikitayama
Copy link
Collaborator

Tested-by: Itaru Kitayama <[email protected]>

run_qemu.sh Outdated
@@ -1677,6 +1677,9 @@ prepare_qcmd()
if [[ $_arg_cxl == "on" ]]; then
machine_args+=("cxl=on")
fi
if [[ "${host_arch}" == "aarch64" ]]; then
Copy link
Member

@stellarhopper stellarhopper Apr 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When using bash's [[ ]] no need to quote the variable, or indeed use ${} - the left side can just be $host_arch

@ikitayama
Copy link
Collaborator Author

@stellarhopper done. Thanks for your review.

Looks goot to me so.

Co-authored-by: Marc Herbert <[email protected]>
Copy link
Collaborator

@marc-hb marc-hb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You applied my suggestion using GitHub but that left some duplicated, invalid code.

Also, please squash and force-push a single commit. We don't use GitHub the usual way here but the "traditional" git way.

@ikitayama ikitayama closed this Apr 17, 2025
@ikitayama ikitayama deleted the virt-highmem-options branch April 17, 2025 05:53
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.

3 participants