Re: [patch 31/66] x86/kvm/kvmclock: Convert to hotplug state machine

2016-07-11 Thread Paolo Bonzini
On 11/07/2016 14:28, Anna-Maria Gleixner wrote: > From: Sebastian Andrzej Siewior > > Install the callbacks via the state machine and let the core invoke > the callbacks on the already online CPUs. > > We assumed that the priority ordering was ment to invoke the online > callback as the last ste

Re: [patch 31/66] x86/kvm/kvmclock: Convert to hotplug state machine

2016-07-11 Thread Anna-Maria Gleixner
On Mon, 11 Jul 2016, Anna-Maria Gleixner wrote: > @@ -5896,7 +5877,7 @@ void kvm_arch_exit(void) > if (!boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) > cpufreq_unregister_notifier(&kvmclock_cpufreq_notifier_block, > CPUFREQ_TRANSITION_NOTIFIE

[patch 31/66] x86/kvm/kvmclock: Convert to hotplug state machine

2016-07-11 Thread Anna-Maria Gleixner
From: Sebastian Andrzej Siewior Install the callbacks via the state machine and let the core invoke the callbacks on the already online CPUs. We assumed that the priority ordering was ment to invoke the online callback as the last step. In the original code this also invoked the down prepare cal