Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • arch
  • x86
  • kvm
  • vmx.c
Find file BlameHistoryPermalink
  • Gleb Natapov's avatar
    KVM: VMX: fix DPL during entry to protected mode · a4d3326c
    Gleb Natapov authored Dec 11, 2012
    On CPUs without support for unrestricted guests DPL cannot be smaller
    than RPL for data segments during guest entry, but this state can occurs
    if a data segment selector changes while vcpu is in real mode to a value
    with lowest two bits != 00. Fix that by forcing DPL == RPL on transition
    to protected mode.
    
    This is a regression introduced by c865c43d
    
    .
    
    Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
    Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
    a4d3326c

Imprint & Privacy Policy