diff options
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index c143f4087d19..30974c3efa45 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -8069,7 +8069,7 @@ static void load_vmcs12_host_state(struct kvm_vcpu *vcpu, | |||
8069 | seg.base = vmcs12->host_gs_base; | 8069 | seg.base = vmcs12->host_gs_base; |
8070 | vmx_set_segment(vcpu, &seg, VCPU_SREG_GS); | 8070 | vmx_set_segment(vcpu, &seg, VCPU_SREG_GS); |
8071 | seg = (struct kvm_segment) { | 8071 | seg = (struct kvm_segment) { |
8072 | .base = 0, | 8072 | .base = vmcs12->host_tr_base, |
8073 | .limit = 0x67, | 8073 | .limit = 0x67, |
8074 | .selector = vmcs12->host_tr_selector, | 8074 | .selector = vmcs12->host_tr_selector, |
8075 | .type = 11, | 8075 | .type = 11, |