Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343465
b: refs/heads/master
c: 706fb73
h: refs/heads/master
i:
  343463: 749a968
v: v3
  • Loading branch information
Alexander Graf committed Oct 5, 2012
1 parent a8efbcc commit 5c8bb48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c63ddcb4540db95e5a4223cfa8cdbe6efbd5e386
refs/heads/master: 706fb730cb4f9db2e3de33391475dd0616c2c935
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kvm/book3s_pr.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
__hard_irq_enable();

trace_kvm_exit(exit_nr, vcpu);
kvm_guest_exit();
preempt_enable();

switch (exit_nr) {
Expand Down Expand Up @@ -872,6 +873,7 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
}
}

kvm_guest_enter();
trace_kvm_book3s_reenter(r, vcpu);

return r;
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kvm/booke.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
local_irq_enable();

trace_kvm_exit(exit_nr, vcpu);
kvm_guest_exit();

run->exit_reason = KVM_EXIT_UNKNOWN;
run->ready_for_interrupt_injection = 1;
Expand Down Expand Up @@ -952,6 +953,8 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
}
}

kvm_guest_enter();

return r;
}

Expand Down

0 comments on commit 5c8bb48

Please sign in to comment.