linux/arch/x86/kvm
Avi Kivity d1ac91d8a2 KVM: Consolidate load/save temporary buffer allocation and freeing
Instead of three temporary variables and three free calls, have one temporary
variable (with four names) and one free call.

Signed-off-by: Avi Kivity <avi@redhat.com>
2010-08-01 10:46:57 +03:00
..
emulate.c KVM: x86 emulator: fix group3 instruction decoding 2010-08-01 10:46:55 +03:00
i8254.c KVM: x86: Introduce a workqueue to deliver PIT timer interrupts 2010-08-01 10:46:49 +03:00
i8254.h KVM: x86: Introduce a workqueue to deliver PIT timer interrupts 2010-08-01 10:46:49 +03:00
i8259.c KVM: Update Red Hat copyrights 2010-08-01 10:35:51 +03:00
irq.c KVM: x86: Introduce a workqueue to deliver PIT timer interrupts 2010-08-01 10:46:49 +03:00
irq.h
Kconfig
kvm_cache_regs.h KVM: VMX: Enable XSAVE/XRSTOR for guest 2010-08-01 10:46:31 +03:00
kvm_timer.h
lapic.c KVM: x86: Allow any LAPIC to accept PIC interrupts 2010-08-01 10:46:50 +03:00
lapic.h
Makefile
mmu.c KVM: MMU: don't walk every parent pages while mark unsync 2010-08-01 10:46:45 +03:00
mmu.h
mmutrace.h KVM: MMU: split the operations of kvm_mmu_zap_page() 2010-08-01 10:39:27 +03:00
paging_tmpl.h KVM: MMU: don't mark pte notrap if it's just sync transient 2010-08-01 10:46:42 +03:00
svm.c KVM: Fix mov cr3 #GP at wrong instruction 2010-08-01 10:46:35 +03:00
timer.c KVM: Update Red Hat copyrights 2010-08-01 10:35:51 +03:00
trace.h
tss.h
vmx.c KVM: Fix mov cr3 #GP at wrong instruction 2010-08-01 10:46:35 +03:00
x86.c KVM: Consolidate load/save temporary buffer allocation and freeing 2010-08-01 10:46:57 +03:00
x86.h