On 15/03/2019 11:01, Jan Beulich wrote: > --- a/xen/tools/gen-cpuid.py > +++ b/xen/tools/gen-cpuid.py > @@ -269,7 +269,7 @@ def crunch_numbers(state): > # AVX512 extensions acting (solely) on vectors of bytes/words are > made > # dependents of AVX512BW (as to requiring wider than 16-bit mask > # registers), despite the SDM not formally making this connection. > - AVX512BW: [AVX512_VBMI, AVX512_VBMI2], > + AVX512BW: [AVX512_VBMI, AVX512_BITALG, AVX512_VBMI2],
This ordering looks suspect. BITALG should go last, given its position in the feature leaf. With this fixed, Acked-by: Andrew Cooper <andrew.coop...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel