Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373063
b: refs/heads/master
c: c32498e
h: refs/heads/master
i:
  373061: 20c6bbe
  373059: 6aee81f
  373055: 41ed46b
v: v3
  • Loading branch information
Stuart Yoder authored and Alexander Graf committed Apr 17, 2013
1 parent 4b51a33 commit c17703f
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: 8c32a2ea655d035798d3270717924ad8be903e24
refs/heads/master: c32498ee64165cfcbcac9c4318d537c97fd66428
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

#define OP_31_XOP_TRAP 4
#define OP_31_XOP_LWZX 23
#define OP_31_XOP_DCBST 54
#define OP_31_XOP_TRAP_64 68
#define OP_31_XOP_DCBF 86
#define OP_31_XOP_LBZX 87
Expand Down Expand Up @@ -370,6 +371,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu)
emulated = kvmppc_emulate_mtspr(vcpu, sprn, rs);
break;

case OP_31_XOP_DCBST:
case OP_31_XOP_DCBF:
case OP_31_XOP_DCBI:
/* Do nothing. The guest is performing dcbi because
Expand Down

0 comments on commit c17703f

Please sign in to comment.