On 01/01/2023 3:00 pm, Marek Marczykowski-Górecki wrote: > On Sat, Dec 31, 2022 at 12:30:06AM +0000, Andrew Cooper wrote: >> diff --git a/tools/misc/xen-cpuid.c b/tools/misc/xen-cpuid.c >> index d5833e9ce879..0091a11a67bc 100644 >> --- a/tools/misc/xen-cpuid.c >> +++ b/tools/misc/xen-cpuid.c >> @@ -229,6 +237,8 @@ static const struct { >> { "0x80000021.eax", "e21a", str_e21a }, >> { "0x00000007:1.ebx", "7b1", str_7b1 }, >> { "0x00000007:2.edx", "7d2", str_7d2 }, >> + { "0x00000007:1.ecx", "7b1", str_7c1 }, >> + { "0x00000007:1.edx", "7b1", str_7d1 }, > "7c1" and "7d1" ?
Fixed, thanks. ~Andrew