summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make isa_create() terminate program on failureMarkus Armbruster2009-10-071-5/+3
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Make qdev_init() destroy the device on failureMarkus Armbruster2009-10-071-1/+0
* qdev: add isa_create() functionGerd Hoffmann2009-09-101-2/+13
* qdev: tag isabus-bridge as no-userGerd Hoffmann2009-09-101-0/+1
* qdev: simplify isa irq assignmentsGerd Hoffmann2009-09-101-27/+11
* qdev: drop iobase properties from isa busGerd Hoffmann2009-09-101-9/+1
* Suppress kraxelismsBlue Swirl2009-08-281-2/+4
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-3/+5
* Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann2009-08-271-1/+6
* Add isa_reserve_irq().Jes Sorensen2009-08-271-0/+21
* isa bus irq changes and fixes.Gerd Hoffmann2009-08-271-7/+63
* qdev/prop: convert isa-bus to helper macros.Gerd Hoffmann2009-08-241-12/+3
* qdev/isa: add isa bus support to qdev.Gerd Hoffmann2009-08-101-0/+102