Re: [Xen-devel] [PATCH v1] xl: show full value of cpu_khz in xl info output

2018-05-18 Thread Juergen Gross
On 17/05/18 16:31, Wei Liu wrote: > On Thu, May 17, 2018 at 04:25:58PM +0200, Olaf Hering wrote: >> Am Tue, 3 Apr 2018 13:14:11 +0200 >> schrieb Olaf Hering : >> >>> The exact value of cpu_khz can only be obtained via 'xl dmesg', and >>> therefore can be lost after some time. 'xl info' truncates t

Re: [Xen-devel] [PATCH v1] xl: show full value of cpu_khz in xl info output

2018-05-17 Thread Wei Liu
On Thu, May 17, 2018 at 04:25:58PM +0200, Olaf Hering wrote: > Am Tue, 3 Apr 2018 13:14:11 +0200 > schrieb Olaf Hering : > > > The exact value of cpu_khz can only be obtained via 'xl dmesg', and > > therefore can be lost after some time. 'xl info' truncates the value to > > full MHz. Adjust the o

Re: [Xen-devel] [PATCH v1] xl: show full value of cpu_khz in xl info output

2018-05-17 Thread Olaf Hering
Am Tue, 3 Apr 2018 13:14:11 +0200 schrieb Olaf Hering : > The exact value of cpu_khz can only be obtained via 'xl dmesg', and > therefore can be lost after some time. 'xl info' truncates the value to > full MHz. Adjust the output to show the full khz value. > This helps the host admin to track ho

[Xen-devel] [PATCH v1] xl: show full value of cpu_khz in xl info output

2018-04-03 Thread Olaf Hering
The exact value of cpu_khz can only be obtained via 'xl dmesg', and therefore can be lost after some time. 'xl info' truncates the value to full MHz. Adjust the output to show the full khz value. This helps the host admin to track how a host has calibrated itself. The value of cpu_khz is used durin