On 05.08.2020 18:25, Andrew Cooper wrote:
> On 05/08/2020 15:54, Jan Beulich wrote:
>> On 05.08.2020 16:18, Andrew Cooper wrote:
>>> --- a/xen/arch/x86/cpu/intel.c
>>> +++ b/xen/arch/x86/cpu/intel.c
>>> @@ -396,14 +396,14 @@ static void intel_log_freq(const struct cpuinfo_x86
>>> *c)
>>>
>>>
On 05/08/2020 15:54, Jan Beulich wrote:
> On 05.08.2020 16:18, Andrew Cooper wrote:
>> A Gemini Lake platform prints:
>>
>> (XEN) CPU0: TSC: 1920MHz * 279 / 3 = 178560MHz
>> (XEN) CPU0: 800..1800 MHz
>>
>> during boot. The units on the first line are Hz, not MHz, so correct that
>> an
On 05.08.2020 16:18, Andrew Cooper wrote:
> A Gemini Lake platform prints:
>
> (XEN) CPU0: TSC: 1920MHz * 279 / 3 = 178560MHz
> (XEN) CPU0: 800..1800 MHz
>
> during boot. The units on the first line are Hz, not MHz, so correct that and
> add a space for clarity.
>
> Also, for the mi
A Gemini Lake platform prints:
(XEN) CPU0: TSC: 1920MHz * 279 / 3 = 178560MHz
(XEN) CPU0: 800..1800 MHz
during boot. The units on the first line are Hz, not MHz, so correct that and
add a space for clarity.
Also, for the min/max line, use three dots instead of two and add more space