aboutsummaryrefslogtreecommitdiffstats
path: root/hw/smbus.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-2/+0
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-14/+28
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-1/+1
2011-04-09smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...Isaku Yamahata1-0/+3
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-1/+1
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+1
2009-05-14SMBus qdev conversionPaul Brook1-13/+12
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2007-11-17Break up vl.h.pbrook1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-05-23Implement the PXA2xx I2C master controller.balrog1-1/+1
2007-05-23I2C/SMBus framework.pbrook1-7/+39
2007-02-02PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths1-0/+38