aboutsummaryrefslogtreecommitdiff
path: root/hw/sysbus.c
AgeCommit message (Expand)Author
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-02-12sysbus: add creation function that may failBlue Swirl
2011-02-11sysbus: print number of irqs in dev_printDmitry Eremin-Solenikov
2010-12-11Add get_fw_dev_path callback for system bus.Gleb Natapov
2010-10-02sysbus: fix address truncationBlue Swirl
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann
2009-06-05Record device property typesPaul Brook
2009-05-23Add common BusStatePaul Brook
2009-05-14Basic qdev infrastructure.Paul Brook