提交 e233d54d 编写于 作者: P Paolo Bonzini

KVM: booke: use __kvm_guest_exit

Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 ccf73aaf
......@@ -1004,10 +1004,10 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
break;
}
local_irq_enable();
trace_kvm_exit(exit_nr, vcpu);
kvm_guest_exit();
__kvm_guest_exit();
local_irq_enable();
run->exit_reason = KVM_EXIT_UNKNOWN;
run->ready_for_interrupt_injection = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册