aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r--arch/x86/kvm/vmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 097f5d662275..aacf6a458ae1 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -7434,6 +7434,7 @@ static void load_vmcs12_host_state(struct kvm_vcpu *vcpu,
7434 7434
7435 kvm_register_write(vcpu, VCPU_REGS_RSP, vmcs12->host_rsp); 7435 kvm_register_write(vcpu, VCPU_REGS_RSP, vmcs12->host_rsp);
7436 kvm_register_write(vcpu, VCPU_REGS_RIP, vmcs12->host_rip); 7436 kvm_register_write(vcpu, VCPU_REGS_RIP, vmcs12->host_rip);
7437 vmx_set_rflags(vcpu, X86_EFLAGS_BIT1);
7437 /* 7438 /*
7438 * Note that calling vmx_set_cr0 is important, even if cr0 hasn't 7439 * Note that calling vmx_set_cr0 is important, even if cr0 hasn't
7439 * actually changed, because it depends on the current state of 7440 * actually changed, because it depends on the current state of