Loading drivers/kvm/vmx.c +29 −29 Original line number Diff line number Diff line Loading @@ -1998,12 +1998,13 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) asm ("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); if (fail) { if (unlikely(fail)) { kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY; kvm_run->fail_entry.hardware_entry_failure_reason = vmcs_read32(VM_INSTRUCTION_ERROR); r = 0; } else { goto out; } /* * Profile KVM exit RIPs: */ Loading Loading @@ -2032,7 +2033,6 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) goto again; } } } out: /* Loading Loading
drivers/kvm/vmx.c +29 −29 Original line number Diff line number Diff line Loading @@ -1998,12 +1998,13 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) asm ("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); if (fail) { if (unlikely(fail)) { kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY; kvm_run->fail_entry.hardware_entry_failure_reason = vmcs_read32(VM_INSTRUCTION_ERROR); r = 0; } else { goto out; } /* * Profile KVM exit RIPs: */ Loading Loading @@ -2032,7 +2033,6 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) goto again; } } } out: /* Loading