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: make rmode_segment_valid() more strict. · 89efbed0
    Gleb Natapov authored Dec 20, 2012
    
    
    Currently it allows entering vm86 mode if segment limit is greater than
    0xffff and db bit is set. Both of those can cause incorrect execution of
    instruction by cpu since in vm86 mode limit will be set to 0xffff and db
    will be forced to 0.
    
    Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
    Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
    89efbed0

Imprint & Privacy Policy