-
Notifications
You must be signed in to change notification settings - Fork 657
qemu: tcg: use max
by default
#3487
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
Conversation
This PR is undoing the effect of #931; is that intentional? |
I don't think this PR affects whpx |
With this PR you now unconditionally set #931 intentionally prevented the code from setting it to
So maybe this is no longer needed, but maybe it should be tested? I realize that QEMU on Windows is currently still WIP, so it won't affect actual users, but we may need to rediscover this fact if we just remove it now. |
See also #909 (comment) |
Fixed to use |
be16242
to
05f2a4f
Compare
The previous default value `qemu64` for Intel on ARM was unable to boot recent guests as it only supports x86_64 v1 instructions. CentOS Stream 10 is known to need x86_64 v3 or later. Fix issue 3063 Signed-off-by: Akihiro Suda <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
Thanks for looking at this @AkihiroSuda . Looking forward to being able to build/test Almalinux 10 containers on MacOS via colima 🙏 |
The previous default value
qemu64
for Intel on ARM was unable to boot recent guests as it only supports x86_64 v1 instructions.CentOS Stream 10 is known to need x86_64 v3 or later.
Fix #3063