summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel1-1/+2
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong1-1/+20
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity1-17/+31
2011-09-25KVM: L1 TSC handlingNadav Har'El1-4/+4
2011-09-25KVM: x86: report valid microcode update IDMarcelo Tosatti1-1/+3
2011-09-25KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa1-1/+1
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin1-1/+5
2011-09-25KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-1/+2
2011-09-25KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-0/+2
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin1-0/+3
2011-09-25KVM: x86: cleanup the code of read/write emulationXiao Guangrong1-101/+45
2011-09-25KVM: x86: abstract the operation for read/write emulationXiao Guangrong1-0/+72
2011-09-25KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong1-8/+31
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong1-1/+4
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-0/+25
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-1/+0
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-0/+11
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong1-11/+31
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