Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54101
b: refs/heads/master
c: 364b625
h: refs/heads/master
i:
  54099: d653879
v: v3
  • Loading branch information
Avi Kivity committed May 3, 2007
1 parent 8213173 commit 99cf743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c4385024d31cb909ad84a2cafa5c83a4c5fab61
refs/heads/master: 364b625b561b1dd74e6fa696949ae3de28999a66
7 changes: 1 addition & 6 deletions trunk/drivers/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,12 +1332,7 @@ static int handle_exit(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
if (exit_code >= ARRAY_SIZE(svm_exit_handlers)
|| svm_exit_handlers[exit_code] == 0) {
kvm_run->exit_reason = KVM_EXIT_UNKNOWN;
printk(KERN_ERR "%s: 0x%x @ 0x%llx cr0 0x%lx rflags 0x%llx\n",
__FUNCTION__,
exit_code,
vcpu->svm->vmcb->save.rip,
vcpu->cr0,
vcpu->svm->vmcb->save.rflags);
kvm_run->hw.hardware_exit_reason = exit_code;
return 0;
}

Expand Down

0 comments on commit 99cf743

Please sign in to comment.