Re: [libvirt] [PATCH 4/5] cpu_x86: Probe TSC frequency and scaling support

2019-06-03 Thread Jiri Denemark
On Mon, Jun 03, 2019 at 09:24:14 +0200, Ján Tomko wrote: > On Fri, May 31, 2019 at 02:00:10PM +0200, Jiri Denemark wrote: > >When the host CPU supports invariant TSC the host CPU definition created > >by virCPUx86GetHost will contain (unless probing fails for some reason) > >addition TSC related

Re: [libvirt] [PATCH 4/5] cpu_x86: Probe TSC frequency and scaling support

2019-06-03 Thread Ján Tomko
On Fri, May 31, 2019 at 02:00:10PM +0200, Jiri Denemark wrote: When the host CPU supports invariant TSC the host CPU definition created by virCPUx86GetHost will contain (unless probing fails for some reason) addition TSC related data. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 9

[libvirt] [PATCH 4/5] cpu_x86: Probe TSC frequency and scaling support

2019-05-31 Thread Jiri Denemark
When the host CPU supports invariant TSC the host CPU definition created by virCPUx86GetHost will contain (unless probing fails for some reason) addition TSC related data. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 9 + 1 file changed, 9 insertions(+) diff --git