summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14KVM: Steal time implementationGlauber Costa1-2/+72
2011-07-12KVM: Enable ERMS feature support for KVMYang, Wei1-1/+1
2011-07-12KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei1-1/+1
2011-07-12KVM: Add RDWRGSFS support when setting CR4Yang, Wei1-0/+11
2011-07-12KVM: Enable DRNG feature support for KVMYang, Wei Y1-1/+1
2011-07-12KVM: fix XSAVE bit scanning (now properly)Andre Przywara1-4/+5
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y1-1/+19
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y1-2/+13
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity1-25/+22
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity1-3/+3
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa1-30/+29
2011-07-12KVM: nVMX: Implement VMPTRSTNadav Har'El1-1/+2
2011-07-12KVM: nVMX: Implement VMCLEARNadav Har'El1-0/+1
2011-07-12KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El1-1/+2
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El1-3/+1
2011-07-12KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa1-2/+15
2011-07-12KVM: x86 emulator: Clean up init_emulate_ctxt()Takuya Yoshikawa1-10/+11
2011-07-12KVM: Clean up error handling during VCPU creationJan Kiszka1-5/+0
2011-07-12KVM: Sanitize cpuidAvi Kivity1-2/+35
2011-07-12KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong1-2/+2
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa1-1/+1
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity1-31/+10
2011-05-22KVM: Add CPUID support for VIA CPUBrillyWu@viatech.com.cn1-0/+40
2011-05-22KVM: call cache_all_regs() only once during instruction emulationGleb Natapov1-8/+6
2011-05-22KVM: Fix compound mmioGleb Natapov1-1/+2
2011-05-22KVM: mmio_fault_cr2 is not usedGleb Natapov1-1/+1
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity1-1/+0
2011-05-22KVM: Avoid using x86_emulate_ctxt.vcpuAvi Kivity1-1/+1
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity1-0/+6
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity1-1/+5
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity1-0/+6
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity1-3/+3
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity1-7/+0
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity1-14/+12
2011-05-22KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity1-2/+2
2011-05-22KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity1-10/+24
2011-05-22KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity1-18/+21
2011-05-11KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity1-6/+12
2011-05-11KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity1-20/+34
2011-05-11KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel1-1/+1
2011-05-11KVM: fix push of wrong eip when doing softintSerge E. Hallyn1-2/+3
2011-05-11KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov1-9/+38
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel1-0/+35
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel1-5/+5
2011-05-11KVM: X86: Make tsc_delta calculation a function of guest tscJoerg Roedel1-2/+7
2011-05-11KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel1-10/+15
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel1-13/+0
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel1-3/+3
2011-05-11KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel1-0/+3
2011-05-11KVM: x86 emulator: add framework for instruction interceptsAvi Kivity1-0/+9