summaryrefslogtreecommitdiffstats
path: root/hw/smbus.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-6/+0
* i2c: smbus: convert to QEMU Object ModelAnthony Liguori2012-01-271-27/+50
* i2c: rename i2c_slave -> I2CSlaveAnthony Liguori2012-01-271-4/+4
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela2009-10-051-9/+9
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+2
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-3/+3
* SMBus qdev conversionPaul Brook2009-05-141-24/+34
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-7/+7
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-2/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Implement the PXA2xx I2C master controller.balrog2007-05-231-0/+3
* I2C/SMBus framework.pbrook2007-05-231-0/+303
OpenPOWER on IntegriCloud