]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit255d52cd1cb6c694cc0d7655f581c0cd526bb190
treed7d68489e99f4673965379a20cf3e14ead9d0814
parent6abacad2badd31f09074d25e368e6a05528b2954
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