Skip to content
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

boot-qemu.sh: Hoist '-nodefaults' from ppc64le arguments to main arguments #4

Merged

Conversation

nathanchance
Copy link
Member

This prevents QEMU from creating devices underneath us, which can change
across QEMU versions (see de875be). To prevent this in the future,
add '-nodefaults' for all invocations of QEMU, not just powerpc64le.

Tested with QEMU 3.1.0, 4.2.0, and 5.0.0-rc2.

NOTE: This is the only architecture that we actually set devices for so
this should be a no-op for everything else but we might add other
devices in the future.

…ments

This prevents QEMU from creating devices underneath us, which can change
across QEMU versions (see de875be). To prevent this in the future,
add '-nodefaults' for all invocations of QEMU, not just powerpc64le.

Tested with QEMU 3.1.0, 4.2.0, and 5.0.0-rc2.

NOTE: This is the only architecture that we actually set devices for so
this should be a no-op for everything else but we might add other
devices in the future.

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Copy link
Member

@nickdesaulniers nickdesaulniers left a comment

Choose a reason for hiding this comment

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

🍹 🐠

@nathanchance nathanchance merged commit 5f49a87 into ClangBuiltLinux:master Apr 8, 2020
@nathanchance nathanchance deleted the nodefaults-for-all branch April 8, 2020 20:36
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