Skip to content

Commit 68e8991

Browse files
committed
templates: centos-stream-10: update comment
Follow-up to PR 3065 The CPU type no longer needs to be overriden on native Intel hosts. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 26aed70 commit 68e8991

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/centos-stream-10.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,5 @@ firmware:
2626
cpuType:
2727
# When emulating Intel on ARM hosts, Lima uses the "qemu64" CPU by default (https://github.com/lima-vm/lima/pull/494).
2828
# However, CentOS Stream 10 kernel reboots indefinitely due to lack of the support for x86_64-v3 instructions.
29-
#
30-
# On native Intel hosts Lima uses the "host" CPU by default, but it doesn't seem to work either,
31-
# at least on MacBook Pro 2020 (Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz), due to
32-
# `invalid opcode: 0000` in `chacha_8block_xor_avx512vl`.
33-
# https://github.com/lima-vm/lima/issues/3022
29+
# This issue is tracked in <https://github.com/lima-vm/lima/issues/3063>.
3430
x86_64: "Haswell-v4"

0 commit comments

Comments
 (0)