aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ssi-sd.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-5/+6
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori1-5/+12
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster1-3/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-06-04qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster1-1/+0
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-05-14Stellaris SSI qdev conversionPaul Brook1-9/+23
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-7/+7
2009-05-10Follow coding conventionsPaul Brook1-1/+1
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-07-02Save/restore for stellaris boards.pbrook1-0/+38
2007-11-24Partial SD card SPI mode support.pbrook1-0/+202