aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/tmp421.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14tmp421: Register properties as class propertiesEduardo Habkost1-17/+13
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-5/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+4
2019-10-22Do not use %m in common code to print error messagesThomas Huth1-2/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-1/+1
2018-12-11misc: Avoid UTF-8 in error messagesEric Blake1-1/+1
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-5/+3
2017-06-13hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater1-0/+402