aboutsummaryrefslogtreecommitdiffstats
path: root/hw/smbus_eeprom.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-9/+13
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-10/+17
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-04-09smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...Isaku Yamahata1-2/+20
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-10qdev/prop: convert smbus_eeprom.c to helper macros.Gerd Hoffmann1-8/+5
2009-07-16qdev: rework device properties.Gerd Hoffmann1-2/+8
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-2/+3
2009-05-14SMBus qdev conversionPaul Brook1-12/+22
2008-06-02Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti).balrog1-5/+7
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-05-23I2C/SMBus framework.pbrook1-16/+30
2007-02-02PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths1-0/+94