Re: [ANNOUNCE] x86-cpuid-db: Release v2.0
From: Andrew Cooper
Date: Tue Oct 08 2024 - 09:38:29 EST
On 08/10/2024 2:31 pm, Ahmed S. Darwish wrote:
> to:
>
> /*
> * Leaf 0x0
> * Maximum standard leaf number + CPU vendor string
> */
>
> struct leaf_0x0_0 {
> ...;
> };
>
> /*
> * Leaf 0x7
> * Extended CPU features enumeration
> */
>
> struct leaf_0x7_0 {
> ...;
> };
>
> struct leaf_0x7_1 {
> ...;
> };
>
> Overall, this removes ambiguity for IDs like 0x16, and improves kernel
> code greppability (x86 PQ pending).
So what does leaf 0xd with 62 subleaves look like. Do we really have
one number in hex, and one in decimal?
~Andrew