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

templates: add centos-stream-10 #3047

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

AkihiroSuda
Copy link
Member

No description provided.

@AkihiroSuda AkihiroSuda added this to the v1.0.3 milestone Dec 24, 2024
Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

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

I've confirmed that the template works on aarch64, but shouldn't the image for x86_64 be commented out if it is known to be broken?

@AkihiroSuda
Copy link
Member Author

I've confirmed that the template works on aarch64, but shouldn't the image for x86_64 be commented out if it is known to be broken?

It still may work on somebody's machine?

jandubois
jandubois previously approved these changes Dec 26, 2024
Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM

@jandubois
Copy link
Member

It still may work on somebody's machine?

May, but sounds unlikely. It is easy enough to uncomment the image setting to try.

In the end we do want to know when it is working, and having to uncomment the image would give them a hint to let us know.

But if you want to merge as-is, then go ahead.

@afbjorklund
Copy link
Member

afbjorklund commented Dec 26, 2024

@afbjorklund
Copy link
Member

afbjorklund commented Dec 26, 2024

Maybe it would help to disable the AVX512 support in the cpuType (i.e. not use "host") and go for AVX2 only?

EL10 is known to not run on a lot of older Intel, which is why AlmaLinux re-enabled the support for "v2"

https://almalinux.org/blog/2024-10-22-introducing-almalinux-os-kitten/

AlmaLinux OS Kitten includes an additional build using x86-64-v2

@afbjorklund
Copy link
Member

afbjorklund commented Dec 26, 2024

The same emulation issue also exists for centos-stream-9 (but didn't for centos-stream-8)

Fatal glibc error: CPU does not support x86-64-v2

cpuType:
  # Does not seem to boot with "qemu64"
  x86_64: "Haswell-v4"

One could choosing something lower, i.e. v2 or v3, since not all hosts have AVX512 support?

Edit: My bad, "Haswell-v4" does not mean x86_64-v4.

@AkihiroSuda
Copy link
Member Author

centos-stream-9

Let's fix this separately in:

@AkihiroSuda AkihiroSuda merged commit 9be3b9a into lima-vm:master Dec 27, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CentOS Stream 10 guest kernel panic (invalid opcode: 0000 in chacha_8block_xor_avx512vl)
3 participants