On Mon, Oct 23, 2023, Jim Mattson wrote: > The compiler will probably do better than linear search. It shouldn't matter, KVM relies on the compiler to resolve the translation at compile time, e.g. the result is fed into reverse_cpuid_check(). I.e. we should pick whatever is least ugly.