kernel_optimize_test/arch/x86/kvm
Zachary Amsden 8cfdc00085 KVM: x86: Make cpu_tsc_khz updates use local CPU
This simplifies much of the init code; we can now simply always
call tsc_khz_changed, optionally passing it a new value, or letting
it figure out the existing value (while interrupts are disabled, and
thus, by inference from the rule, not raceful against CPU hotplug or
frequency updates, which will issue IPIs to the local CPU to perform
this very same task).

Signed-off-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2010-10-24 10:51:22 +02:00
..
emulate.c KVM: x86 emulator: add JrCXZ instruction emulation 2010-10-24 10:51:20 +02:00
i8254.c
i8254.h
i8259.c
irq.c
irq.h
Kconfig
kvm_cache_regs.h
kvm_timer.h
lapic.c
lapic.h
Makefile
mmu.c KVM: MMU: fix missing percpu counter destroy 2010-10-24 10:51:21 +02:00
mmu.h KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages 2010-10-24 10:51:18 +02:00
mmutrace.h
paging_tmpl.h
svm.c KVM: x86: Move TSC offset writes to common code 2010-10-24 10:51:22 +02:00
timer.c
trace.h
tss.h
vmx.c KVM: x86: Move TSC offset writes to common code 2010-10-24 10:51:22 +02:00
x86.c KVM: x86: Make cpu_tsc_khz updates use local CPU 2010-10-24 10:51:22 +02:00
x86.h KVM: x86: Move TSC offset writes to common code 2010-10-24 10:51:22 +02:00