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