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: relax check for CS register in rmode_segment_valid() · 0647f4aa
    Gleb Natapov authored Dec 12, 2012
    
    
    rmode_segment_valid() checks if segment descriptor can be used to enter
    vm86 mode. VMX spec mandates that in vm86 mode CS register will be of
    type data, not code. Lets allow guest entry with vm86 mode if the only
    problem with CS register is incorrect type. Otherwise entire real mode
    will be emulated.
    
    Reviewed-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
    Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
    0647f4aa

Imprint & Privacy Policy