Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C Ch Linux Perf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • Ch Linux Perf
  • Repository
  • ch-linux-perf
  • arch
  • x86
  • include
  • asm
  • kvm_host.h
Find file BlameHistoryPermalink
  • Sean Christopherson's avatar
    KVM: x86: Move RDPMC emulation to common code · c483c454
    Sean Christopherson authored Feb 04, 2021
    
    
    Move the entirety of the accelerated RDPMC emulation to x86.c, and assign
    the common handler directly to the exit handler array for VMX.  SVM has
    bizarre nrips behavior that prevents it from directly invoking the common
    handler.  The nrips goofiness will be addressed in a future patch.
    
    Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
    Message-Id: <20210205005750.3841462-8-seanjc@google.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    c483c454