summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: trace mmio page faultXiao Guangrong2011-07-241-1/+4
* KVM: MMU: mmio page fault supportXiao Guangrong2011-07-241-0/+25
* KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-241-1/+0
* KVM: MMU: cache mmio info on page fault pathXiao Guangrong2011-07-241-0/+11
* KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong2011-07-241-11/+31
* KVM: Steal time implementationGlauber Costa2011-07-141-2/+72
* KVM: Enable ERMS feature support for KVMYang, Wei2011-07-121-1/+1
* KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei2011-07-121-1/+1
* KVM: Add RDWRGSFS support when setting CR4Yang, Wei2011-07-121-0/+11
* KVM: Enable DRNG feature support for KVMYang, Wei Y2011-07-121-1/+1
* KVM: fix XSAVE bit scanning (now properly)Andre Przywara2011-07-121-4/+5
* KVM: Mask function7 ebx against host capability word9Yang, Wei Y2011-07-121-1/+19
* KVM: Add SMEP support when setting CR4Yang, Wei Y2011-07-121-2/+13
* KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity2011-07-121-25/+22
* KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity2011-07-121-3/+3
* KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa2011-07-121-30/+29
* KVM: nVMX: Implement VMPTRSTNadav Har'El2011-07-121-1/+2
* KVM: nVMX: Implement VMCLEARNadav Har'El2011-07-121-0/+1
* KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El2011-07-121-1/+2
* KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El2011-07-121-3/+1
* KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa2011-07-121-2/+15
* KVM: x86 emulator: Clean up init_emulate_ctxt()Takuya Yoshikawa2011-07-121-10/+11
* KVM: Clean up error handling during VCPU creationJan Kiszka2011-07-121-5/+0
* KVM: Sanitize cpuidAvi Kivity2011-07-121-2/+35
* KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong2011-07-121-2/+2
* KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa2011-07-121-1/+1
* KVM: x86 emulator: consolidate segment accessorsAvi Kivity2011-05-221-31/+10
* KVM: Add CPUID support for VIA CPUBrillyWu@viatech.com.cn2011-05-221-0/+40
* KVM: call cache_all_regs() only once during instruction emulationGleb Natapov2011-05-221-8/+6
* KVM: Fix compound mmioGleb Natapov2011-05-221-1/+2
* KVM: mmio_fault_cr2 is not usedGleb Natapov2011-05-221-1/+1
* KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity2011-05-221-1/+0
* KVM: Avoid using x86_emulate_ctxt.vcpuAvi Kivity2011-05-221-1/+1
* KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity2011-05-221-0/+6
* KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity2011-05-221-1/+5
* KVM: x86 emulator: add new ->halt() callbackAvi Kivity2011-05-221-0/+6
* KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity2011-05-221-3/+3
* KVM: x86 emulator: emulate CLTS internallyAvi Kivity2011-05-221-7/+0
* KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity2011-05-221-14/+12
* KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity2011-05-221-2/+2
* KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity2011-05-221-10/+24
* KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity2011-05-221-18/+21
* KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity2011-05-111-6/+12
* KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity2011-05-111-20/+34
* KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel2011-05-111-1/+1
* KVM: fix push of wrong eip when doing softintSerge E. Hallyn2011-05-111-2/+3
* KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov2011-05-111-9/+38
* KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel2011-05-111-0/+35
* KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel2011-05-111-5/+5
* KVM: X86: Make tsc_delta calculation a function of guest tscJoerg Roedel2011-05-111-2/+7