KVM: Unindent some code

Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
Avi Kivity
2007-04-30 16:15:58 +03:00
parent e6adf28365
commit 05e0c8c344

View File

@@ -1998,12 +1998,13 @@ again:
asm ("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS)); 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->exit_reason = KVM_EXIT_FAIL_ENTRY;
kvm_run->fail_entry.hardware_entry_failure_reason kvm_run->fail_entry.hardware_entry_failure_reason
= vmcs_read32(VM_INSTRUCTION_ERROR); = vmcs_read32(VM_INSTRUCTION_ERROR);
r = 0; r = 0;
} else { goto out;
}
/* /*
* Profile KVM exit RIPs: * Profile KVM exit RIPs:
*/ */
@@ -2032,7 +2033,6 @@ again:
goto again; goto again;
} }
} }
}
out: out:
/* /*