]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: VMX: Preserve segment limit and access rights in real mode
authorAvi Kivity <avi@redhat.com>
Tue, 21 Aug 2012 14:07:08 +0000 (17:07 +0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 27 Aug 2012 23:02:21 +0000 (20:02 -0300)
commit1390a28b274e2e45f89bac67c435cbcbc5cc0790
tree622d33f371a22b1aa351cc81d7510f2415a7ab9b
parent726364202853f843a97a8ba4a7c3cd91e3aa84b7
KVM: VMX: Preserve segment limit and access rights in real mode

While this is undocumented, real processors do not reload the segment
limit and access rights when loading a segment register in real mode.
Real programs rely on it so we need to comply with this behaviour.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/vmx.c