Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210546
b: refs/heads/master
c: ae0635b
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity authored and Marcelo Tosatti committed Sep 8, 2010
1 parent 9a767e9 commit b456dc8
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: 16518d5ada690643453eb0aef3cc7841d3623c2d
refs/heads/master: ae0635b3580844e320a253a16985f4ce8b5bd0b6
3 changes: 3 additions & 0 deletions trunk/arch/x86/kvm/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ static void pic_unlock(struct kvm_pic *s)
if (!found)
found = s->kvm->bsp_vcpu;

if (!found)
return;

kvm_vcpu_kick(found);
}
}
Expand Down

0 comments on commit b456dc8

Please sign in to comment.