KVM: x86: Drop vm_init_tsc
authorZachary Amsden <zamsden@redhat.com>
Fri, 20 Aug 2010 08:07:15 +0000 (22:07 -1000)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:21 +0000 (10:51 +0200)
commitae38436b78a8abff767e2ac10e2cd663a7eef476
treed7d68489e99f4673965379a20cf3e14ead9d0814
parent45bf21a8ce7a2884f067a702a5c7683684846ce1
KVM: x86: Drop vm_init_tsc

This is used only by the VMX code, and is not done properly;
if the TSC is indeed backwards, it is out of sync, and will
need proper handling in the logic at each and every CPU change.
For now, drop this test during init as misguided.

Signed-off-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c