Re: [Devel] [PATCH 00/16] add tsc_scale and fix VM pause/resume

2016-11-15 Thread Denis V. Lunev
On 11/14/2016 12:20 PM, Denis V. Lunev wrote: > On 11/11/2016 09:47 AM, Roman Kagan wrote: >> From: Denis Plotnikov >> >> The set of patches: >> 1. adds tsc_scaling functionality for VMX >> 2. generalizes a number of functions responsible for tsc writing and >>reading >> 3. fix VM pause/resume

Re: [Devel] [PATCH 00/16] add tsc_scale and fix VM pause/resume

2016-11-14 Thread Denis V. Lunev
On 11/11/2016 09:47 AM, Roman Kagan wrote: > From: Denis Plotnikov > > The set of patches: > 1. adds tsc_scaling functionality for VMX > 2. generalizes a number of functions responsible for tsc writing and >reading > 3. fix VM pause/resume issue #PSBM-54338 by switching to using >of cached

[Devel] [PATCH 00/16] add tsc_scale and fix VM pause/resume

2016-11-11 Thread Roman Kagan
From: Denis Plotnikov The set of patches: 1. adds tsc_scaling functionality for VMX 2. generalizes a number of functions responsible for tsc writing and reading 3. fix VM pause/resume issue #PSBM-54338 by switching to using of cached tsc_offset Haozhong Zhang (12): KVM: x86: Collect info

Re: [Devel] [PATCH 00/16] add tsc_scale and fix VM pause/resume

2016-11-11 Thread Denis V. Lunev
On 11/11/2016 11:47 AM, Roman Kagan wrote: > From: Denis Plotnikov > > The set of patches: > 1. adds tsc_scaling functionality for VMX > 2. generalizes a number of functions responsible for tsc writing and >reading > 3. fix VM pause/resume issue #PSBM-54338 by switching to using >of cached