summaryrefslogtreecommitdiffstats
path: root/hw/isa-bus.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* isa-bus: Remove bogus IRQ sharing checkJan Kiszka2011-02-211-13/+3
* isa: add creation function that may failBlue Swirl2011-02-121-0/+12
* Add get_fw_dev_path callback to ISA bus in qdev.Gleb Natapov2010-12-111-0/+16
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+25
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-111-0/+1
* isa-bus.c: use hw_error instead of fprintfTristan Gingold2010-12-111-7/+4
* move two variable declarations out of vl.cPaolo Bonzini2010-04-091-0/+1
* 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
OpenPOWER on IntegriCloud