Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277020
b: refs/heads/master
c: 96f38d7
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Schwab authored and Avi Kivity committed Dec 26, 2011
1 parent 265f47a commit e55657d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 36cc66d638d3ffbc635b0d48b29c1128fdad38f4
refs/heads/master: 96f38d72867bc54c312decaf8463f1e9607136da
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 @@ -658,10 +658,12 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
ulong cmd = kvmppc_get_gpr(vcpu, 3);
int i;

#ifdef CONFIG_KVM_BOOK3S_64_PR
if (kvmppc_h_pr(vcpu, cmd) == EMULATE_DONE) {
r = RESUME_GUEST;
break;
}
#endif

run->papr_hcall.nr = cmd;
for (i = 0; i < 9; ++i) {
Expand Down

0 comments on commit e55657d

Please sign in to comment.