2017-04-07 12:09+0300, Denis Plotnikov: > new in v2: > - fix possible wraparound on the synchronization detection > - lines exceeding 80 chars are re-formatted > - excess parentheses are removed > > ====================== > > It was found, that after adding a new vCPU to a running VM (CPU hotplug) > kvm_clock lost the stability property in case of using it. This happened > because KVM didn't treated cpu hotplug as a special case of TSC > synchronization. > This patch series adds cpu hotplug to the TSC synchronization cases. Great cleanup as well, applied to kvm/queue, thanks.