Re: [PATCH] x86/cpuid: Fix TSXLDTRK definition

2021-12-14 Thread Jan Beulich
On 14.12.2021 10:37, Andrew Cooper wrote: > TSXLDTRK lives in CPUID leaf 7[0].edx, not 7[0].ecx. > > Bit 16 in ecx is LA57. I wonder how I managed to screw this up; it certainly hasn't been a typo in the original doc. > Fixes: a6d1b558471f ("x86emul: support X{SUS,RES}LDTRK") > Signed-off-by: An

[PATCH] x86/cpuid: Fix TSXLDTRK definition

2021-12-14 Thread Andrew Cooper
TSXLDTRK lives in CPUID leaf 7[0].edx, not 7[0].ecx. Bit 16 in ecx is LA57. Fixes: a6d1b558471f ("x86emul: support X{SUS,RES}LDTRK") Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu --- tools/libs/light/libxl_cpuid.c | 2 +- tools/misc/xen-cpuid.c