Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202361
b: refs/heads/master
c: 36633f3
h: refs/heads/master
i:
  202359: a43e1e4
v: v3
  • Loading branch information
Avi Kivity committed Aug 1, 2010
1 parent 6b6a370 commit 1f74255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 073d46133ab0b42154f6b8429f4f66dbe2760bda
refs/heads/master: 36633f32ba4c238403d19584754b30fe469d6dcb
5 changes: 1 addition & 4 deletions trunk/arch/x86/kvm/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@ static void pic_update_irq(struct kvm_pic *s)
pic_set_irq1(&s->pics[0], 2, 0);
}
irq = pic_get_irq(&s->pics[0]);
if (irq >= 0)
pic_irq_request(s->kvm, 1);
else
pic_irq_request(s->kvm, 0);
pic_irq_request(s->kvm, irq >= 0);
}

void kvm_pic_update_irq(struct kvm_pic *s)
Expand Down

0 comments on commit 1f74255

Please sign in to comment.