Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356844
b: refs/heads/master
c: 37ecb25
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf committed Jan 10, 2013
1 parent 12f23af commit 17f9652
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b8c649a99d582a6d8afd8457ba6145c624b8a76f
refs/heads/master: 37ecb257f68ce4fb7c7048a1123bbcbbe36d9575
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kvm/booke_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ int kvmppc_booke_emulate_mfspr(struct kvm_vcpu *vcpu, int sprn, ulong *spr_val)
case SPRN_ESR:
*spr_val = vcpu->arch.shared->esr;
break;
case SPRN_EPR:
*spr_val = vcpu->arch.epr;
break;
case SPRN_CSRR0:
*spr_val = vcpu->arch.csrr0;
break;
Expand Down

0 comments on commit 17f9652

Please sign in to comment.