summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/kvm_emulate.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exceptionSean Christopherson2024-04-091-0/+1
* Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-1/+1
|\
| * KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexSean Christopherson2024-01-301-1/+1
* | KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson2024-02-221-1/+1
|/
* KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulatorBinbin Wu2023-11-281-0/+3
* KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()Binbin Wu2023-11-281-0/+1
* KVM: x86: Add an emulation flag for implicit system accessBinbin Wu2023-11-281-0/+1
* KVM: x86: Consolidate flags for __linearize()Binbin Wu2023-11-281-0/+4
* KVM: x86: Remove x86_emulate_ops::guest_has_long_modeMichal Luczaj2023-08-021-1/+0
* KVM: x86: Use emulator callbacks instead of duplicating "host flags"Maxim Levitsky2023-01-311-5/+2
* KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini2022-11-091-1/+0
* KVM: x86: do not go through ctxt->ops when emulating rsmPaolo Bonzini2022-11-091-13/+0
* KVM: x86: move SMM exit to a new filePaolo Bonzini2022-11-091-2/+32
* KVM: x86: Bug the VM if the emulator accesses a non-existent GPRSean Christopherson2022-06-101-0/+10
* KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVMSean Christopherson2022-06-101-3/+4
* KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRsSean Christopherson2022-06-101-2/+2
* KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs arraySean Christopherson2022-06-101-1/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-021-0/+3
|\
| * KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong2022-04-021-0/+2
| * KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong2022-04-021-0/+1
* | KVM: x86: Replace memset() "optimization" with normal per-field writesSean Christopherson2022-02-131-5/+1
|/
* KVM: x86: Update vPMCs when retiring branch instructionsEric Hankland2022-01-071-0/+1
* KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson2021-06-171-2/+1
* KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson2021-06-171-1/+0
* KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson2021-06-171-1/+1
* KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson2021-06-171-0/+1
* KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran2021-06-171-2/+1
* KVM: X86: Kill off ctxt->udWanpeng Li2021-05-281-2/+1
* KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson2021-05-071-0/+1
* KVM: x86: reading DR cannot failPaolo Bonzini2021-02-091-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-021-1/+0
* KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson2020-03-161-1/+1
* KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classesSean Christopherson2020-03-161-0/+4
* KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson2020-03-161-0/+24
* KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson2020-03-161-3/+5
* KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-161-0/+480