aboutsummaryrefslogtreecommitdiff
path: root/hw/smbus.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori
2011-07-23Correct spelling of licensedMatthew Fernandez
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-14SMBus qdev conversionPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-23Implement the PXA2xx I2C master controller.balrog
2007-05-23I2C/SMBus framework.pbrook