On Mon, Nov 24, 2025 at 14:40:30 +0100, Hector Cao wrote:
> the vmx-* features are currently decoded from the 32-lower bits
> (EAX) of the MSR 64-bit values. They should be decoded instead
> from the 32-higher bits (EDX).
> ---
>  src/cpu_map/x86_features.xml                  | 136 +++++++++---------
>  .../x86_64-cpuid-Atom-P5362-2-enabled.xml     |  10 +-
>  .../x86_64-cpuid-Atom-P5362-enabled.xml       |  10 +-
>  .../x86_64-cpuid-Cooperlake-enabled.xml       |  10 +-
>  .../x86_64-cpuid-Core-i7-1270P-enabled.xml    |  10 +-
>  .../x86_64-cpuid-Core-i7-1365U-enabled.xml    |  10 +-
>  .../x86_64-cpuid-Core-i7-8550U-enabled.xml    |  10 +-
>  .../x86_64-cpuid-Xeon-6731E-enabled.xml       |  10 +-
>  .../x86_64-cpuid-Xeon-6788P-disabled.xml      |   1 +
>  .../x86_64-cpuid-Xeon-6788P-enabled.xml       |  10 +-
>  ...x86_64-cpuid-Xeon-Bronze-3408U-enabled.xml |  10 +-
>  .../x86_64-cpuid-Xeon-E3-1270-v5-enabled.xml  |  10 +-
>  .../x86_64-cpuid-Xeon-Gold-6152-enabled.xml   |  10 +-
>  .../x86_64-cpuid-Xeon-Gold-6530-enabled.xml   |  10 +-
>  ...86_64-cpuid-Xeon-Platinum-9242-enabled.xml |  10 +-
>  ...x86_64-cpuid-Xeon-Silver-4214R-enabled.xml |  10 +-
>  .../x86_64-cpuid-Xeon-w7-3465X-enabled.xml    |  10 +-
>  17 files changed, 144 insertions(+), 143 deletions(-)

The following patch needs to be squashed in to make sure tests pass
after each commit. I even tried splitting this differently and just
update the x86_features.xml, but that fails in different ways. Thus I
don't see a reasonable way to split the changes into multiple commits.

Jirka

Reply via email to