aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sysbus.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+2
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann1-2/+10
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-5/+6
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann1-0/+12
2009-06-05Record device property typesPaul Brook1-10/+11
2009-05-23Add common BusStatePaul Brook1-4/+16
2009-05-14Basic qdev infrastructure.Paul Brook1-0/+139