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 emulation of invalid guest state. · d99e4152
    Gleb Natapov authored Dec 20, 2012
    
    
    Currently when emulation of invalid guest state is enable
    (emulate_invalid_guest_state=1) segment registers are still fixed for
    entry to vm86 mode some times. Segment register fixing is avoided in
    enter_rmode(), but vmx_set_segment() still does it unconditionally.
    The patch fixes it.
    
    Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
    Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
    d99e4152

Imprint & Privacy Policy