Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95967
b: refs/heads/master
c: de368dc
h: refs/heads/master
i:
  95965: 8e9de04
  95963: 8e47d1f
  95959: 1edaa94
  95951: 179e23f
  95935: 4402509
v: v3
  • Loading branch information
Christian Ehrhardt authored and Avi Kivity committed May 4, 2008
1 parent 07100af commit f350952
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: 45c5eb67da5a668abe79c23a7e64dbc87a600f90
refs/heads/master: de368dceb33c3c068dbde1407aff75cd8e126f04
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/kvm/booke_guest.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
}
break;

case BOOKE_INTERRUPT_FP_UNAVAIL:
kvmppc_queue_exception(vcpu, exit_nr);
r = RESUME_GUEST;
break;

case BOOKE_INTERRUPT_DATA_STORAGE:
vcpu->arch.dear = vcpu->arch.fault_dear;
vcpu->arch.esr = vcpu->arch.fault_esr;
Expand Down

0 comments on commit f350952

Please sign in to comment.