summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity1-0/+1
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity1-3/+0
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity1-1/+1
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel1-0/+2
2009-09-10KVM: MMU: enable gbpages by increasing nr of pagesizesJoerg Roedel1-1/+1
2009-09-10KVM: MMU: shadow support for 1gb pagesJoerg Roedel1-1/+0
2009-09-10KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel1-1/+1
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang1-0/+1
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-0/+2
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov1-0/+1
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel1-6/+6
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-0/+2
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity1-10/+0
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble1-5/+7
2009-09-10KVM: Cache pdptrsAvi Kivity1-0/+4
2009-09-10KVM: Add MCE supportHuang Ying1-0/+5
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput1-2/+0
2009-06-10KVM: VMX: Rename rmode.active to rmode.vm86_activeNitin A Kamble1-1/+1
2009-06-10KVM: inject NMI after IRET from a previous NMI, not before.Gleb Natapov1-0/+2
2009-06-10KVM: Do not re-execute INTn instruction.Gleb Natapov1-1/+4
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov1-2/+0
2009-06-10KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa1-1/+2
2009-06-10KVM: Drop request_nmi from statsJan Kiszka1-1/+0
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-0/+1
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang1-2/+3
2009-06-10KVM: Get rid of get_irq() callbackGleb Natapov1-1/+0
2009-06-10KVM: SVM: Add NMI injection supportGleb Natapov1-1/+7
2009-06-10KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov1-2/+0
2009-06-10KVM: Remove inject_pending_vectors() callbackGleb Natapov1-2/+0
2009-06-10KVM: Remove exception_injected() callback.Gleb Natapov1-1/+0
2009-06-10KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov1-1/+1
2009-06-10KVM: x86 emulator: Add new mode of instruction emulation: skipGleb Natapov1-0/+1
2009-06-10KVM: MMU: remove global page optimization logicMarcelo Tosatti1-4/+0
2009-06-10KVM: MMU: Use different shadows when EFER.NXE changesAvi Kivity1-0/+1
2009-06-10KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie1-0/+2
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-1/+1
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov1-1/+1
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-1/+1
2009-03-24KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity1-2/+3
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity1-0/+12
2009-03-24KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus1-4/+0
2009-03-24KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti1-0/+1
2009-03-24KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity1-0/+1
2009-03-24KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity1-0/+1
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka1-0/+22
2009-03-24KVM: New guest debug interfaceJan Kiszka1-8/+1
2009-03-24KVM: SVM: Add VMRUN handlerAlexander Graf1-0/+2
2009-03-24KVM: SVM: Implement GIF, clgi and stgiAlexander Graf1-0/+3
2009-03-24KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf1-0/+1
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel1-1/+1