aboutsummaryrefslogtreecommitdiff
path: root/hw/smbus_eeprom.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
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-04-09smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...Isaku Yamahata
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-10qdev/prop: convert smbus_eeprom.c to helper macros.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-14SMBus qdev conversionPaul Brook
2008-06-02Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti).balrog
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-05-23I2C/SMBus framework.pbrook
2007-02-02PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths