Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223722
b: refs/heads/master
c: d0dfc6b
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Jan 2, 2011
1 parent 4dda532 commit 15a319a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 649497d1a3676020802ebba04a3d9bb31253adb5
refs/heads/master: d0dfc6b74a0c6e9ee46b62713256e2b025244d3c
2 changes: 2 additions & 0 deletions trunk/arch/x86/kvm/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ struct kvm_pic *kvm_create_pic(struct kvm *kvm)
s->pics[1].elcr_mask = 0xde;
s->pics[0].pics_state = s;
s->pics[1].pics_state = s;
s->pics[0].isr_ack = 0xff;
s->pics[1].isr_ack = 0xff;

/*
* Initialize PIO device
Expand Down

0 comments on commit 15a319a

Please sign in to comment.