diff options
Diffstat (limited to 'drivers/kvm/vmx.c')
-rw-r--r-- | drivers/kvm/vmx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index 0d9bf0b36d37..aa7e2ba6fb5a 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c | |||
@@ -712,6 +712,8 @@ static void enter_rmode(struct kvm_vcpu *vcpu) | |||
712 | 712 | ||
713 | vmcs_write32(GUEST_CS_AR_BYTES, 0xf3); | 713 | vmcs_write32(GUEST_CS_AR_BYTES, 0xf3); |
714 | vmcs_write32(GUEST_CS_LIMIT, 0xffff); | 714 | vmcs_write32(GUEST_CS_LIMIT, 0xffff); |
715 | if (vmcs_readl(GUEST_CS_BASE) == 0xffff0000) | ||
716 | vmcs_writel(GUEST_CS_BASE, 0xf0000); | ||
715 | vmcs_write16(GUEST_CS_SELECTOR, vmcs_readl(GUEST_CS_BASE) >> 4); | 717 | vmcs_write16(GUEST_CS_SELECTOR, vmcs_readl(GUEST_CS_BASE) >> 4); |
716 | 718 | ||
717 | fix_rmode_seg(VCPU_SREG_ES, &vcpu->rmode.es); | 719 | fix_rmode_seg(VCPU_SREG_ES, &vcpu->rmode.es); |