From: Glauber de Oliveira Costa Date: Fri, 15 Feb 2008 19:52:48 +0000 (-0200) Subject: x86: KVM guest: paravirtualized clocksource X-Git-Tag: v2.6.26-rc1~1028^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790c73f6289a204f858ffdcbe4a2b38e91657ec6;p=pandora-kernel.git x86: KVM guest: paravirtualized clocksource This is the guest part of kvm clock implementation It does not do tsc-only timing, as tsc can have deltas between cpus, and it did not seem worthy to me to keep adjusting them. We do use it, however, for fine-grained adjustment. Other than that, time comes from the host. [randy dunlap: add missing include] [randy dunlap: disallow on Voyager or Visual WS] Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Randy Dunlap Signed-off-by: Avi Kivity --- Reading git-diff-tree failed