aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm/kvm_emulate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson1-1/+1
2024-01-30KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexSean Christopherson1-1/+1
2023-11-28KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulatorBinbin Wu1-0/+3
2023-11-28KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()Binbin Wu1-0/+1
2023-11-28KVM: x86: Add an emulation flag for implicit system accessBinbin Wu1-0/+1
2023-11-28KVM: x86: Consolidate flags for __linearize()Binbin Wu1-0/+4
2023-08-02KVM: x86: Remove x86_emulate_ops::guest_has_long_modeMichal Luczaj1-1/+0
2023-01-31KVM: x86: Use emulator callbacks instead of duplicating "host flags"Maxim Levitsky1-5/+2
2022-11-09KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini1-1/+0
2022-11-09KVM: x86: do not go through ctxt->ops when emulating rsmPaolo Bonzini1-13/+0
2022-11-09KVM: x86: move SMM exit to a new filePaolo Bonzini1-2/+32
2022-06-10KVM: x86: Bug the VM if the emulator accesses a non-existent GPRSean Christopherson1-0/+10
2022-06-10KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVMSean Christopherson1-3/+4
2022-06-10KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRsSean Christopherson1-2/+2
2022-06-10KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs arraySean Christopherson1-1/+12
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2022-04-02KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong1-0/+2
2022-04-02KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong1-0/+1
2022-02-13KVM: x86: Replace memset() "optimization" with normal per-field writesSean Christopherson1-5/+1
2022-01-07KVM: x86: Update vPMCs when retiring branch instructionsEric Hankland1-0/+1
2021-06-17KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson1-2/+1
2021-06-17KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson1-1/+0
2021-06-17KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson1-1/+1
2021-06-17KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson1-0/+1
2021-06-17KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran1-2/+1
2021-05-28KVM: X86: Kill off ctxt->udWanpeng Li1-2/+1
2021-05-07KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson1-0/+1
2021-02-09KVM: x86: reading DR cannot failPaolo Bonzini1-1/+1
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+509
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson1-1/+1
2020-03-16KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classesSean Christopherson1-0/+4
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson1-0/+24
2020-03-16KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson1-3/+5
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson1-0/+480