From: Andrew Jones Date: Fri, 28 Feb 2014 11:52:55 +0000 (+0100) Subject: x86: kvm: introduce periodic global clock updates X-Git-Tag: v3.15-rc1~118^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=332967a3eac06f6379283cf155c84fe7cd0537c2;p=pandora-kernel.git x86: kvm: introduce periodic global clock updates commit 0061d53daf26f introduced a mechanism to execute a global clock update for a vm. We can apply this periodically in order to propagate host NTP corrections. Also, if all vcpus of a vm are pinned, then without an additional trigger, no guest NTP corrections can propagate either, as the current trigger is only vcpu cpu migration. Signed-off-by: Andrew Jones Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed