On Mon, 19 Aug 2024 14:23:27 +0800, Tao Su wrote: > Advertise AVX10.1 related CPUIDs, i.e. report AVX10 support bit via > CPUID.(EAX=07H, ECX=01H):EDX[bit 19] and new CPUID leaf 0x24H so that > guest OS and applications can query the AVX10.1 CPUIDs directly. Intel > AVX10 represents the first major new vector ISA since the introduction of > Intel AVX512, which will establish a common, converged vector instruction > set across all Intel architectures[1]. > > [...] Applied to kvm-x86 misc, with some minor tweaks to the changelog. Thanks! [1/1] KVM: x86: Advertise AVX10.1 CPUID to userspace https://github.com/kvm-x86/linux/commit/1c450ffef589 -- https://github.com/kvm-x86/linux/tree/next