summaryrefslogtreecommitdiff
path: root/hw/tmp105.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-16tmp105: Add temperature QOM propertyAndreas Färber1-5/+29
2013-01-16tmp105: QOM'ifyAndreas Färber1-24/+12
2013-01-16tmp105: Fix I2C protocol bugAndreas Färber1-3/+6
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-23tmp105: Create API for TMP105 temperature sensor.Alex Horn1-8/+9
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-8/+15
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-7/+7
2010-05-15tmp105: update the register in post_load where it needs updating.Andrzej Zaborowski1-7/+2
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-10-05vmstate: port tmp105 deviceJuan Quintela1-31/+25
2009-10-05tmp105: change len and alorm to uint8_tJuan Quintela1-2/+2
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-05-14TMP105 qdev conversionPaul Brook1-9/+17
2009-05-10Follow coding conventionsPaul Brook1-15/+15
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-10-02Resurrect the safe part of r5274blueswir11-6/+6
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-6/+6
2008-09-20Add signed versions of save/load functionsblueswir11-6/+6
2008-07-01Remove duplicate device index calculations.pbrook1-4/+1
2008-04-22Hush pointer target signedness warnings from gcc 4.balrog1-6/+6
2008-04-14Nokia N800 machine support (ARM).balrog1-0/+249