summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-01KVM: MMU: Remove some useless code from alloc_mmu_pages()Wei Yongjun1-5/+2
2010-03-01KVM: trace guest fpu loads and unloadsAvi Kivity2-0/+21
2010-03-01KVM: Optimize kvm_read_cr[04]_bits()Avi Kivity1-2/+9
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity6-23/+23
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity4-25/+25
2010-03-01KVM: Add a helper for checking if the guest is in protected modeAvi Kivity4-11/+15
2010-03-01KVM: Activate fpu on cltsAvi Kivity4-1/+10
2010-03-01KVM: Drop kvm_{load,put}_guest_fpu() exportsAvi Kivity1-2/+0
2010-03-01KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_activeAvi Kivity1-2/+3
2010-03-01KVM: x86: fix checking of cr0 validityGleb Natapov1-1/+5
2010-03-01KVM: Fix kvm_coalesced_mmio_ring duplicate allocationSheng Yang1-17/+0
2010-03-01KVM: SVM: Trap all debug register accessesJan Kiszka1-1/+13
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka3-55/+33
2010-03-01KVM: VMX: Clean up DR6 emulationJan Kiszka1-17/+6
2010-03-01KVM: VMX: Fix emulation of DR4 and DR5Jan Kiszka1-9/+26
2010-03-01KVM: VMX: Fix exceptions of mov to drJan Kiszka1-5/+8
2010-03-01KVM: x86: Use macros for x86_emulate_ops to avoid future mistakesTakuya Yoshikawa1-29/+36
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti5-1/+4
2010-03-01KVM: fix Hyper-V hypercall warnings and wrong mask valueGleb Natapov1-6/+6
2010-03-01KVM: VMX: Remove emulation failure reportSheng Yang1-1/+0
2010-03-01KVM: export <asm/hyperv.h>Avi Kivity1-0/+1
2010-03-01KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa2-10/+10
2010-03-01KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov2-1/+10
2010-03-01KVM: Add HYPER-V apic access MSRsGleb Natapov5-4/+80
2010-03-01KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov5-1/+230
2010-03-01KVM: Add HYPER-V header fileGleb Natapov1-0/+186
2010-03-01KVM: PPC: Move Shadow MSR calculation to functionAlexander Graf1-6/+21
2010-03-01KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf4-7/+10
2010-03-01KVM: PPC: Fix initial GPR settingsAlexander Graf2-3/+8
2010-03-01KVM: PPC: Add support for FPU/Altivec/VSXAlexander Graf2-6/+201
2010-03-01KVM: PPC: Add helper functions to call real mode loadersAlexander Graf3-0/+44
2010-03-01KVM: PPC: Export __giveup_vsxAlexander Graf1-0/+1
2010-03-01KVM: ia64: remove redundant kvm_get_exit_data() NULL testsRoel Kluin1-15/+13
2010-03-01KVM: SVM: Lazy fpu with nptAvi Kivity1-8/+0
2010-03-01KVM: SVM: Selective cr0 interceptAvi Kivity1-6/+26
2010-03-01KVM: SVM: Restore unconditional cr0 intercept under nptAvi Kivity1-22/+7
2010-03-01KVM: SVM: Initialize fpu_active in init_vmcb()Avi Kivity1-1/+2
2010-03-01KVM: SVM: Fix SVM_CR0_SELECTIVE_MASKAvi Kivity1-1/+1
2010-03-01KVM: Set cr0.et when the guest writes cr0Avi Kivity1-0/+2
2010-03-01KVM: VMX: Give the guest ownership of cr0.ts when the fpu is activeAvi Kivity1-2/+9
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity5-31/+38
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity4-0/+18
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity7-27/+38
2010-03-01KVM: VMX: trace clts and lmsw instructions as cr accessesAvi Kivity1-1/+4
2010-03-01KVM: PPC: Make large pages workAlexander Graf2-5/+8
2010-03-01KVM: PPC: Pass through program interruptsAlexander Graf1-0/+1
2010-03-01KVM: PPC: Pass program interrupt flags to the guestAlexander Graf1-2/+5
2010-03-01KVM: PPC: Fix HID5 setting codeAlexander Graf1-1/+2
2010-03-01KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf6-5/+14
2010-03-01KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf9-21/+34