|
From: Ricardo T. <ri...@te...> - 2016-05-19 01:40:19
|
Could not find this info anywhere ... A particular package uses the CPUID instruction to test if a license is valid. Normally it would report CPU Vendor is GenuineIntel CPU Stepping is 4 CPU Model is 14 CPU Family is 6 CPU Processor Type is 0 CPU Extended Model is 62 CPU Extended Family is 6 but running inside valgrind memcheck it reports CPU Vendor is GenuineIntel CPU Stepping is 7 CPU Model is 10 CPU Family is 6 CPU Processor Type is 0 CPU Extended Model is 42 CPU Extended Family is 6 Is there anyway we can sort of tell valgrind to report the correct CPUID or at least something it would read from a configuration? Thanks Ricardo |