aboutsummaryrefslogtreecommitdiffstats
path: root/hw/isa-bus.c
AgeCommit message (Expand)AuthorFilesLines
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