Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356843
b: refs/heads/master
c: b8c649a
h: refs/heads/master
i:
  356841: 0a99307
  356839: 1458605
v: v3
  • Loading branch information
Alexander Graf committed Jan 10, 2013
1 parent 40eb45e commit 12f23af
Show file tree
Hide file tree
Showing 2 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: f2be655004ddc36f2c5fc5e541d481dcd782ab83
refs/heads/master: b8c649a99d582a6d8afd8457ba6145c624b8a76f
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/kvm/booke.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,11 @@ int kvmppc_core_prepare_to_enter(struct kvm_vcpu *vcpu)

kvmppc_core_check_exceptions(vcpu);

if (vcpu->requests) {
/* Exception delivery raised request; start over */
return 1;
}

if (vcpu->arch.shared->msr & MSR_WE) {
local_irq_enable();
kvm_vcpu_block(vcpu);
Expand Down

0 comments on commit 12f23af

Please sign in to comment.