commit | e1b83e27881cf3153ce420aea853797fed29a9ea | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 15:15:10 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 16:47:34 2015 +1030 |
tree | 81826521d6dfacca02c6f253df0524815ad46c44 | |
parent | ee72576c143d8e9081ae1fe8644122454dd323c5 [diff] |
lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC This lets us deliver interrupts for our emulated PCI devices using our dumb PIC, and not emulate an 8259 and PCI irq mapping tables or whatever. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>