lima-vm / lima

Linux virtual machines, with a focus on running containers

Home Page:https://lima-vm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AES detection is broken on linux/arm64 and issues a warning

afbjorklund opened this issue · comments

Description

WARN[0000] Failed to detect CPU features. Assuming that AES acceleration is not available.

Due to yet another bug in golang.org/x/sys/cpu, this time with the cpu.Initialized flag.

Other linux architectures, such as amd64 and arm(32), are OK. They both set the cpu.Initialized flag.

Same goes for other odd architectures like ppc64x and s390x, this is only the cpu_linux_arm64.go