summaryrefslogtreecommitdiffstats
path: root/hw/smbus_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* 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-9/+13
* i2c: smbus: convert to QEMU Object ModelAnthony Liguori2012-01-271-10/+17
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...Isaku Yamahata2011-04-091-2/+20
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* qdev/prop: convert smbus_eeprom.c to helper macros.Gerd Hoffmann2009-08-101-8/+5
* qdev: rework device properties.Gerd Hoffmann2009-07-161-2/+8
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-2/+3
* SMBus qdev conversionPaul Brook2009-05-141-12/+22
* Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti).balrog2008-06-021-5/+7
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* I2C/SMBus framework.pbrook2007-05-231-16/+30
* PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths2007-02-021-0/+94
OpenPOWER on IntegriCloud