Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-03-01 | KVM: Rename vcpu->shadow_efer to efer | Avi Kivity | 1 | -1/+1 |
2010-03-01 | KVM: Move cr0/cr4/efer related helpers to x86.h | Avi Kivity | 1 | -0/+24 |
2010-03-01 | KVM: Add a helper for checking if the guest is in protected mode | Avi Kivity | 1 | -0/+6 |
2009-09-10 | KVM: Add Directed EOI support to APIC emulation | Gleb Natapov | 1 | -0/+4 |
2009-06-10 | KVM: Do not re-execute INTn instruction. | Gleb Natapov | 1 | -1/+8 |
2009-06-10 | KVM: Remove irq_pending bitmap | Gleb Natapov | 1 | -12/+0 |
2009-06-10 | KVM: Unprotect a page if #PF happens during NMI injection. | Gleb Natapov | 1 | -0/+6 |
2009-06-10 | KVM: Remove kvm_push_irq() | Gleb Natapov | 1 | -7/+0 |
2009-06-10 | KVM: reuse (pop|push)_irq from svm.c in vmx.c | Gleb Natapov | 1 | -0/+18 |
2008-10-15 | KVM: Add a pending interrupt queue | Avi Kivity | 1 | -0/+11 |
2008-10-15 | KVM: Clear exception queue before emulating an instruction | Avi Kivity | 1 | -0/+11 |