Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197831
b: refs/heads/master
c: 3f0fd29
h: refs/heads/master
i:
  197829: 24c16b7
  197827: b4732a0
  197823: 8dd322c
v: v3
  • Loading branch information
Joerg Roedel authored and Avi Kivity committed May 19, 2010
1 parent a40d1d0 commit 9263fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9ed3c444ab8987c7b219173a2f7807e3f71e234e
refs/heads/master: 3f0fd2927b737c0ac2e04af7858b60d1e927d4b1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static void kvm_multiple_exception(struct kvm_vcpu *vcpu,
vcpu->arch.exception.has_error_code = has_error;
vcpu->arch.exception.nr = nr;
vcpu->arch.exception.error_code = error_code;
vcpu->arch.exception.reinject = true;
vcpu->arch.exception.reinject = reinject;
return;
}

Expand Down

0 comments on commit 9263fe7

Please sign in to comment.