summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/kvm_emulate.h
AgeCommit message (Expand)Author
2022-11-09KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini
2022-11-09KVM: x86: do not go through ctxt->ops when emulating rsmPaolo Bonzini
2022-11-09KVM: x86: move SMM exit to a new filePaolo Bonzini
2022-06-10KVM: x86: Bug the VM if the emulator accesses a non-existent GPRSean Christopherson
2022-06-10KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVMSean Christopherson
2022-06-10KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRsSean Christopherson
2022-06-10KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs arraySean Christopherson
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-02KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong
2022-04-02KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong
2022-02-13KVM: x86: Replace memset() "optimization" with normal per-field writesSean Christopherson
2022-01-07KVM: x86: Update vPMCs when retiring branch instructionsEric Hankland
2021-06-17KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson
2021-06-17KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson
2021-06-17KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson
2021-06-17KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson
2021-06-17KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran
2021-05-28KVM: X86: Kill off ctxt->udWanpeng Li
2021-05-07KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson
2021-02-09KVM: x86: reading DR cannot failPaolo Bonzini
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson
2020-03-16KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classesSean Christopherson
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson
2020-03-16KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson