aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/x86.h
AgeCommit message (Expand)Author
2008-01-30KVM: Replace #GP injection by the generalized exception queueAvi Kivity
2008-01-30KVM: Replace page fault injection by the generalized exception queueAvi Kivity
2008-01-30KVM: Generalize exception injection mechanismAvi Kivity
2008-01-30KVM: Portability: Create kvm_arch_vcpu_runnable() functionHollis Blanchard
2008-01-30KVM: Portability: Stop including x86-specific headers in kvm_main.cHollis Blanchard
2008-01-30KVM: Enhance guest cpuid managementDan Kenigsberg
2008-01-30KVM: Don't bother the mmu if cr3 load doesn't change cr3Avi Kivity
2008-01-30KVM: Recalculate mmu pages needed for every memory region changeZhang Xiantao
2008-01-30KVM: Portability: Move some function declarations to x86.hZhang Xiantao
2008-01-30KVM: Move some static inline functions out from kvm.h into x86.hZhang Xiantao
2008-01-30KVM: Portability: Move vcpu regs enumeration definition to x86.hZhang Xiantao
2008-01-30KVM: Portability: Move struct kvm_x86_ops definition to x86.hZhang Xiantao
2008-01-30KVM: Portability: Move some macro definitions from kvm.h to x86.hZhang Xiantao
2008-01-30KVM: Portability: Add vcpu and hardware management arch hooksZhang Xiantao
2008-01-30KVM: Portability: Move kvm_x86_ops to x86.cZhang Xiantao
2008-01-30KVM: Portability: Move pio emulation functions to x86.cCarsten Otte
2008-01-30KVM: Portability: Move control register helper functions to x86.cCarsten Otte
2008-01-30KVM: Move page fault processing to common codeAvi Kivity
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao
2008-01-30KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte