summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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