linux/arch/x86/kvm
Avi Kivity 2a6eac9638 KVM: Simplify kvm_timer
'reinject' is never initialized
't_ops' only serves as indirection to lapic_is_periodic; call that directly
   instead
'kvm' is never used
'vcpu' can be derived via container_of

Remove these fields.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2012-08-01 00:21:06 -03:00
..
cpuid.c KVM: x86: Fix typos in cpuid.c 2012-07-20 15:27:00 -03:00
cpuid.h KVM: VMX: Implement PCID/INVPCID for guests with EPT 2012-07-12 13:07:34 +03:00
emulate.c KVM: x86 emulator: drop unneeded call to get_segment() 2012-07-26 12:21:29 +03:00
i8254.c KVM: Remove internal timer abstraction 2012-08-01 00:21:06 -03:00
i8254.h KVM: Remove internal timer abstraction 2012-08-01 00:21:06 -03:00
i8259.c KVM: fix race with level interrupts 2012-07-20 16:12:00 -03:00
irq.c KVM: fix typo in copyright notice 2010-10-24 10:53:14 +02:00
irq.h KVM: switch to symbolic name for irq_states size 2012-07-20 16:12:16 -03:00
Kconfig KVM: Add config to support ple or cpu relax optimzation 2012-07-23 13:00:53 +03:00
kvm_cache_regs.h KVM: MMU: Do not unconditionally read PDPTE from guest memory 2011-09-25 19:18:01 +03:00
lapic.c KVM: Simplify kvm_timer 2012-08-01 00:21:06 -03:00
lapic.h KVM: Simplify kvm_timer 2012-08-01 00:21:06 -03:00
Makefile KVM: Remove internal timer abstraction 2012-08-01 00:21:06 -03:00
mmu_audit.c KVM: MMU: Improve iteration through sptes from rmap 2012-04-08 16:08:27 +03:00
mmu.c KVM: MMU: use kvm_release_pfn_clean to release pfn 2012-07-26 11:55:30 +03:00
mmu.h KVM: MMU: mmio page fault support 2011-07-24 11:50:40 +03:00
mmutrace.h KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint 2012-07-11 16:51:22 +03:00
paging_tmpl.h KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint 2012-07-11 16:51:22 +03:00
pmu.c Merge branch 'queue' into next 2012-07-26 11:54:21 +03:00
svm.c KVM: SVM: Fix typos 2012-07-20 15:19:48 -03:00
trace.h KVM updates for the 3.6 merge window 2012-07-24 12:01:20 -07:00
tss.h KVM: x86: hardware task switching support 2008-04-27 12:00:39 +03:00
vmx.c KVM: VMX: Fix typos 2012-07-20 15:19:04 -03:00
x86.c KVM: Move KVM_IRQ_LINE to arch-generic code 2012-07-26 12:23:25 +03:00
x86.h KVM: x86: add paging gcc optimization 2012-04-08 14:03:13 +03:00