linux-stable-rt/arch/x86/kvm
Joerg Roedel 953899b659 KVM: SVM: Adjust tsc_offset only if tsc_unstable
The tsc_offset adjustment in svm_vcpu_load is executed
unconditionally even if Linux considers the host tsc as
stable. This causes a Linux guest detecting an unstable tsc
in any case.
This patch removes the tsc_offset adjustment if the host tsc
is stable. The guest will now get the benefit of a stable
tsc too.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2010-03-01 12:35:41 -03:00
..
Kconfig
Makefile
emulate.c
i8254.c KVM: PIT: control word is write-only 2010-02-09 19:20:15 +02:00
i8254.h
i8259.c
irq.c
irq.h
kvm_cache_regs.h KVM: Add accessor for reading cr4 (or some bits of cr4) 2010-03-01 12:35:39 -03:00
kvm_timer.h
lapic.c KVM: Fix race between APIC TMR and IRR 2010-01-25 12:26:36 -02:00
lapic.h
mmu.c KVM: MMU: Report spte not found in rmap before BUG() 2010-03-01 12:35:39 -03:00
mmu.h KVM: Add accessor for reading cr4 (or some bits of cr4) 2010-03-01 12:35:39 -03:00
mmutrace.h
paging_tmpl.h KVM: MMU: bail out pagewalk on kvm_read_guest error 2010-01-25 12:26:38 -02:00
svm.c KVM: SVM: Adjust tsc_offset only if tsc_unstable 2010-03-01 12:35:41 -03:00
timer.c
trace.h
tss.h
vmx.c KVM: VMX: Add instruction rdtscp support for guest 2010-03-01 12:35:40 -03:00
x86.c KVM: VMX: Add instruction rdtscp support for guest 2010-03-01 12:35:40 -03:00
x86.h