summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov1-12/+50
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov1-4/+4
2009-06-10KVM: skip_emulated_instruction() decode instruction if size is not knownGleb Natapov1-6/+5
2009-06-10KVM: Unprotect a page if #PF happens during NMI injection.Gleb Natapov1-2/+1
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa1-8/+24
2009-06-10KVM: SVM: Don't reinject event that caused a task switchGleb Natapov1-2/+21
2009-06-10KVM: SVM: Fix cross vendor migration issue in segment segment descriptorAndre Przywara1-0/+9
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang1-2/+2
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov1-8/+0
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov1-46/+50
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov1-5/+1
2009-06-10KVM: Do not report TPR write to userspace if new value bigger or equal to a p...Gleb Natapov1-0/+4
2009-06-10KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPRGleb Natapov1-4/+1
2009-06-10KVM: Remove inject_pending_vectors() callbackGleb Natapov1-1/+0
2009-06-10KVM: Remove exception_injected() callback.Gleb Natapov1-6/+0
2009-06-10KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logicGleb Natapov1-102/+85
2009-06-10KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov1-1/+1
2009-06-10KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip tooGleb Natapov1-4/+7
2009-06-10KVM: SVM: Skip instruction on a task switch only when appropriateGleb Natapov1-2/+9
2009-06-10KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov1-7/+18
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+10
2009-06-10KVM: reuse (pop|push)_irq from svm.c in vmx.cGleb Natapov1-21/+4
2009-06-10KVM: SVM: Remove duplicate code in svm_do_inject_vector()Gleb Natapov1-9/+1
2009-05-11KVM: SVM: Remove port 80 passthroughAvi Kivity1-1/+0
2009-05-11KVM: SVM: Fix cross vendor migration issue with unusable bitAndre Przywara1-2/+5
2009-03-24KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara1-12/+29
2009-03-24KVM: Drop unused evaluations from string pio handlersJan Kiszka1-3/+1
2009-03-24KVM: Add FFXSR supportAlexander Graf1-0/+3
2009-03-24KVM: SVM: Fix typo in has_svm()Joe Perches1-1/+1
2009-03-24KVM: SVM: Add microcode patch level dummyAlexander Graf1-0/+3
2009-03-24KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka1-0/+5
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka1-73/+43
2009-03-24KVM: New guest debug interfaceJan Kiszka1-2/+48
2009-03-24KVM: SVM: Allow setting the SVME bitAlexander Graf1-0/+8
2009-03-24KVM: SVM: Allow read access to MSR_VM_VRJoerg Roedel1-0/+3
2009-03-24KVM: SVM: Add VMEXIT handler and interceptsAlexander Graf1-0/+293
2009-03-24KVM: SVM: Add VMRUN handlerAlexander Graf1-2/+155
2009-03-24KVM: SVM: Add VMLOAD and VMSAVE handlersAlexander Graf1-2/+58
2009-03-24KVM: SVM: Implement hsaveAlexander Graf1-0/+13
2009-03-24KVM: SVM: Implement GIF, clgi and stgiAlexander Graf1-5/+42
2009-03-24KVM: SVM: Add helper functions for nested SVMAlexander Graf1-0/+85
2009-03-24KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf1-3/+3
2009-03-24KVM: SVM: Clean up VINTR settingAlexander Graf1-5/+15
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti1-1/+0
2008-12-31KVM: SVM: move svm_hardware_disable() code to asm/virtext.hEduardo Habkost1-5/+1
2008-12-31KVM: SVM: move has_svm() code to asm/virtext.hEduardo Habkost1-14/+5
2008-12-31KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin1-0/+1
2008-12-31KVM: SVM: Set the 'busy' flag of the TR selectorAmit Shah1-0/+7
2008-12-31KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migrationAmit Shah1-0/+9
2008-12-31KVM: Enable MTRR for EPTSheng Yang1-0/+6