aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi.c
AgeCommit message (Expand)Author
2012-10-10ssi: Add slave autoconnect helperPeter Crosthwaite
2012-10-10ssi: Added create_slave_no_init()Peter A. G. Crosthwaite
2012-10-10ssi: Implemented CS behaviourPeter A. G. Crosthwaite
2012-10-10ssi: Support for multiple attached devicesPeter A. G. Crosthwaite
2012-06-18qbus: Make child devices linksAnthony Liguori
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03qdev: kill off DeviceInfo listAnthony Liguori
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini
2011-07-23Correct spelling of licensedMatthew Fernandez
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
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-05-23Add common BusStatePaul Brook
2009-05-14SSP bus frameworkPaul Brook