aboutsummaryrefslogtreecommitdiffstats
path: root/hw/isa-bus.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka1-13/+3
2011-02-12isa: add creation function that may failBlue Swirl1-0/+12
2010-12-11Add get_fw_dev_path callback to ISA bus in qdev.Gleb Natapov1-0/+16
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+25
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-12-11isa-bus.c: use hw_error instead of fprintfTristan Gingold1-7/+4
2010-04-09move two variable declarations out of vl.cPaolo Bonzini1-0/+1
2009-10-07Make isa_create() terminate program on failureMarkus Armbruster1-5/+3
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-07Make qdev_init() destroy the device on failureMarkus Armbruster1-1/+0
2009-09-10qdev: add isa_create() functionGerd Hoffmann1-2/+13
2009-09-10qdev: tag isabus-bridge as no-userGerd Hoffmann1-0/+1
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann1-27/+11
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann1-9/+1
2009-08-28Suppress kraxelismsBlue Swirl1-2/+4
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-3/+5
2009-08-27Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann1-1/+6
2009-08-27Add isa_reserve_irq().Jes Sorensen1-0/+21
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann1-7/+63
2009-08-24qdev/prop: convert isa-bus to helper macros.Gerd Hoffmann1-12/+3
2009-08-10qdev/isa: add isa bus support to qdev.Gerd Hoffmann1-0/+102