diff options
author | Avi Kivity <avi@redhat.com> | 2012-08-21 10:07:09 -0400 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-08-27 19:02:21 -0400 |
commit | ce5668034752e52e995c8dc625337380099a088a (patch) | |
tree | e9c900c08d718fa124cdc7e0bc244143cf56be9a /arch/x86/kvm | |
parent | 1390a28b274e2e45f89bac67c435cbcbc5cc0790 (diff) |
KVM: VMX: Save all segment data in real mode
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 6e6421aeca03..62b2d0cf2a7f 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -3216,6 +3216,7 @@ static void vmx_set_segment(struct kvm_vcpu *vcpu, | |||
3216 | vmcs_write32(sf->limit, var->limit); | 3216 | vmcs_write32(sf->limit, var->limit); |
3217 | vmcs_write16(sf->selector, var->selector); | 3217 | vmcs_write16(sf->selector, var->selector); |
3218 | if (vmx->rmode.vm86_active && var->s) { | 3218 | if (vmx->rmode.vm86_active && var->s) { |
3219 | vmx->rmode.segs[seg] = *var; | ||
3219 | /* | 3220 | /* |
3220 | * Hack real-mode segments into vm86 compatibility. | 3221 | * Hack real-mode segments into vm86 compatibility. |
3221 | */ | 3222 | */ |