aboutsummaryrefslogtreecommitdiffstats
path: root/hw/smbus.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-6/+0
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-27/+50
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-4/+4
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela1-9/+9
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+2
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-3/+3
2009-05-14SMBus qdev conversionPaul Brook1-24/+34
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-7/+7
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-2/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-05-23Implement the PXA2xx I2C master controller.balrog1-0/+3
2007-05-23I2C/SMBus framework.pbrook1-0/+303